sebastiancarlos@lemmy.sdf.org to Linux@lemmy.mlEnglish · 3 years agoHow to write a 'tar' commandlemmy.sdf.orgimagemessage-square155linkfedilinkarrow-up1860arrow-down117
arrow-up1843arrow-down1imageHow to write a 'tar' commandlemmy.sdf.orgsebastiancarlos@lemmy.sdf.org to Linux@lemmy.mlEnglish · 3 years agomessage-square155linkfedilink
minus-squarenothacking@discuss.tchncs.delinkfedilinkarrow-up5·3 years agoJust add -a for auto compression.
minus-squareCelediel@slrpnk.netlinkfedilinkarrow-up3·3 years agotar xafv every time, works like a charm.
minus-squareReginaPhalange@lemmy.worldlinkfedilinkarrow-up2·3 years agoDo you know if it recognize tgz extension?
minus-squareCelediel@slrpnk.netlinkfedilinkarrow-up2·3 years agoPretty sure it just reads the file contents, so extension is irrelevant, but either way it definitely works with the .tgz extension.
Just add -a for auto compression.
tar xafvevery time, works like a charm.Do you know if it recognize tgz extension?
Pretty sure it just reads the file contents, so extension is irrelevant, but either way it definitely works with the
.tgzextension.