ali aboos

Linux: tar tips and tricks

by on Dec.14, 2008, under Linux

To untar a tar file:
tar xf filename.tar

To untar a tar.gz or tar.tgz (gzip) file:
tar -zxf filename.tar.(t)gz

To untar a tar.bz (bzip) file:
tar -jxf filename.tar.bz

To untar a tar.bz2 (bzip2) file:
tar -yxf filename.tar.bz2

To view a list of files in an archive:
tar -tzf filename.tar.gz
If the archive contains numerous files and you’d like to be able to view line by line:
tar -tzf filename.tar.gz | more

To untar an archive to a different directory:
tar -zxf filename.tar.gz -C <directory>

CC0 1.0 To the extent possible under law, the creator has waived all copyright and related or neighboring rights to this work.


1 Trackback or Pingback for this entry

Leave a Reply

Time limit is exhausted. Please reload CAPTCHA.

Search InsaneLabs.com

Can't find what you're looking for? Drop a comment on a post or email (ali aht insanelabs doht com)

Links

Links open in a new window