Thread
:
The Grand NITDroid Thread - NITDroid ICS Upgrade!
View Single Post
thp
2011-02-18 , 11:36
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.
Quote & Reply
|
The Following 2 Users Say Thank You to thp For This Useful Post:
ammyt
,
anapospastos
thp
View Public Profile
Send a private message to thp
Visit thp's homepage!
Find all posts by thp