View Single Post
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#1760
Instead of using bzip2 to extract the .tar.bz2 and then using tar, you can install the "tar-gnu" package and then use "gtar xjvf" instead of "tar xvf" to directly extract the compressed tarball. Or: "bzcat /path/to/file.tar.bz2 | tar xv" This saves some time and space.
 

The Following 2 Users Say Thank You to thp For This Useful Post: