Krafting@lemmy.world to linuxmemes@lemmy.world · 2 years agothe fear of missing out a better compressionlemmy.worldimagemessage-square194linkfedilinkarrow-up1944arrow-down19file-text
arrow-up1935arrow-down1imagethe fear of missing out a better compressionlemmy.worldKrafting@lemmy.world to linuxmemes@lemmy.world · 2 years agomessage-square194linkfedilinkfile-text
minus-squarePlexSheeplinkfedilinkarrow-up3·2 years agoThanks for the explanation, I might use more pipes now. Is it correct, that tar will restore the files in the tarball in the current directory?
minus-squareAVincentInSpace@pawb.sociallinkfedilinkEnglisharrow-up1·2 years agoYes. You can specify tar -C somedir if you want it to extract them somewhere else. As a rule of thumb, I always extract my tarballs in a newly created, empty directory, just in case whoever packed it didn’t put all its files in a subdir
Thanks for the explanation, I might use more pipes now. Is it correct, that tar will restore the files in the tarball in the current directory?
Yes. You can specify
tar -C somedirif you want it to extract them somewhere else.As a rule of thumb, I always extract my tarballs in a newly created, empty directory, just in case whoever packed it didn’t put all its files in a subdir