cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agoLinux Userslemmy.mlexternal-linkmessage-square64fedilinkarrow-up193arrow-down15
arrow-up188arrow-down1external-linkLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square64fedilink
minus-squarewewbull@feddit.uklinkfedilinkEnglisharrow-up0·1 month agoThe one people see me doing that gets a “huh?” Is: ~$ !find find -type f -name '*blah*' -print0 | xargs -0 gzip ~$ “Wait! What did you do?” “Oh. Do you not know about bang?”
The one people see me doing that gets a “huh?” Is:
~$ !find find -type f -name '*blah*' -print0 | xargs -0 gzip ~$“Wait! What did you do?” “Oh. Do you not know about bang?”