@[email protected] to [email protected]English • 2 years agoHow to write a 'tar' commandlemmy.sdf.orgimagemessage-square157fedilinkarrow-up1845
arrow-up1845imageHow to write a 'tar' commandlemmy.sdf.org@[email protected] to [email protected]English • 2 years agomessage-square157fedilink
minus-squarecally [he/they]linkfedilinkEnglish3•2 years agoI would also recommend -v for verbose and -z when compressing for gzip What does --auto-compress do?
minus-squareDrewlinkfedilink2•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