Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 27 days ago.DS_Storesh.itjust.worksexternal-linkmessage-square151fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-link.DS_Storesh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 27 days agomessage-square151fedilink
minus-squareM.int@lemm.eelinkfedilinkarrow-up0·26 days agoWhy is there a * in front of DS_Store? Seems like fastly made a small mistake find . -name '.DS_Store' -type f -print -delete would just match the exact file and is faster.
Why is there a
*
in front ofDS_Store
?Seems like fastly made a small mistake
find . -name '.DS_Store' -type f -print -delete
would just match the exact file and is faster.