cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoProgrammers then and nowimagemessage-square46linkfedilinkarrow-up111cross-posted to: programmerhumor@lemmy.ml
arrow-up111imageProgrammers then and nowcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square46linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareThe Ramen Dutchman@ttrpg.networklinkfedilinkEnglisharrow-up1·edit-22 months 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: