cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agoProgrammers then and nowlemmy.mlimagemessage-square52fedilinkarrow-up118arrow-down11cross-posted to: programmerhumor@lemmy.ml
arrow-up117arrow-down1imageProgrammers then and nowlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square52fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareThe Ramen Dutchman@ttrpg.networklinkfedilinkEnglisharrow-up1·edit-227 days agoIt can be easier if you’re used to the dash before the arguments; it’s optional but you can put them: tar -cf # Compress File tar -xf # Xtract File
It can be easier if you’re used to the dash before the arguments; it’s optional but you can put them: