sebastiancarlos@lemmy.sdf.org to Linux@lemmy.mlEnglish · 1 year agoHow to write a 'tar' commandlemmy.sdf.orgimagemessage-square158fedilinkarrow-up1858arrow-down117
arrow-up1841arrow-down1imageHow to write a 'tar' commandlemmy.sdf.orgsebastiancarlos@lemmy.sdf.org to Linux@lemmy.mlEnglish · 1 year agomessage-square158fedilink
minus-squarenothacking@discuss.tchncs.delinkfedilinkarrow-up5·1 year agoJust add -a for auto compression.
minus-squareCelediel@slrpnk.netlinkfedilinkarrow-up3·1 year agotar xafv every time, works like a charm.
minus-squareReginaPhalange@lemmy.worldlinkfedilinkarrow-up2·1 year agoDo you know if it recognize tgz extension?
minus-squareCelediel@slrpnk.netlinkfedilinkarrow-up2·1 year 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 xafv
every 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
.tgz
extension.