JPDev@programming.dev to Programmer Humor@programming.dev · 1 year agoAlways try sudoprogramming.devimagemessage-square72fedilinkarrow-up125arrow-down12
arrow-up123arrow-down1imageAlways try sudoprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square72fedilink
minus-squareAmbiguousProps@lemmy.todaylinkfedilinkEnglisharrow-up1·1 year agoVery important to not hit enter before clot.
minus-squareTechnus@lemmy.ziplinkfedilinkarrow-up1·1 year agoI feel like if your body follows the Unix filesystem structure, you have a real problem.
minus-squareBleatingZombie@lemmy.worldlinkfedilinkarrow-up0·1 year agoPlease forgive my ignorance. What does ** do?
minus-squareTechnus@lemmy.ziplinkfedilinkarrow-up1·edit-21 year agoIt’s a glob pattern (edit: tried to find a source that actually showed ** in use).
minus-squaregaylord_fartmaster@lemmy.worldlinkfedilinkarrow-up1·1 year agoActs as a wildcard for any directories that exist between arteries and clot.
minus-squareMonkderDritte@feddit.delinkfedilinkarrow-up1·edit-21 year agoBut only in Bash and if settings match. It’s only reliable on your own shell, don’t use it in scripts.
sudo rm /heart/arteries/**/clot
Very important to not hit enter before clot.
Isn’t it
/dev/heart
?I feel like if your body follows the Unix filesystem structure, you have a real problem.
Please forgive my ignorance. What does ** do?
It’s a glob pattern (edit: tried to find a source that actually showed
**
in use).Acts as a wildcard for any directories that exist between arteries and clot.
But only in Bash and if settings match. It’s only reliable on your own shell, don’t use it in scripts.