Deceptichum@quokk.au to Programmer Humor@programming.devEnglish · 18 hours agodon't do ai and code kidsquokk.auimagemessage-square188linkfedilinkarrow-up1987arrow-down19
arrow-up1978arrow-down1imagedon't do ai and code kidsquokk.auDeceptichum@quokk.au to Programmer Humor@programming.devEnglish · 18 hours agomessage-square188linkfedilink
minus-squareoozynozh@sh.itjust.workslinkfedilinkarrow-up9·8 hours agoyou’ll need a -r to really get the job done
minus-squarewh0se@lemmy.dbzer0.comlinkfedilinkarrow-up3·4 hours agoIf I recall correctly, it’s not required when you use /* as the shell expands it first (bash does, at least), running the command on all subfolders instead of the actual root. You can try it easily in a docker container in fact!
you’ll need a
-rto really get the job doneAnd no preserve root. Or so I hear.
If I recall correctly, it’s not required when you use
/*as the shell expands it first (bash does, at least), running the command on all subfolders instead of the actual root.You can try it easily in a docker container in fact!
Fixed, thanks