sebastiancarlos@lemmy.sdf.org to Linux@lemmy.mlEnglish · 2 years agoHow to write a 'tar' commandlemmy.sdf.orgimagemessage-square40fedilinkarrow-up188arrow-down14
arrow-up184arrow-down1imageHow to write a 'tar' commandlemmy.sdf.orgsebastiancarlos@lemmy.sdf.org to Linux@lemmy.mlEnglish · 2 years agomessage-square40fedilink
minus-squarecally [he/they]@pawb.sociallinkfedilinkEnglisharrow-up3·2 years agoI would also recommend -v for verbose and -z when compressing for gzip What does --auto-compress do?
minus-squareDrew@sopuli.xyzlinkfedilinkarrow-up2·2 years agoAuto compress will use gzip if the file ends with .gz, bzip if it ends with .bz, and so on without mentioning -z
I would also recommend -v for verbose and -z when compressing for gzip
What does --auto-compress do?
Auto compress will use gzip if the file ends with .gz, bzip if it ends with .bz, and so on without mentioning -z