Thread
:
Can someone help me whit Untaring
View Single Post
deadmalc
2009-09-07 , 09:48
Posts: 415 | Thanked: 182 times | Joined on Nov 2007 @ Leeds UK
#
9
if it is saying no such file then you haven't cd'ed into the right directory. Do an "ls" to see if the file is there.
file <filename>
Then you know whether it is compressed or not!
for gzip compressed tar zxvf <filename>
for bzip compressed tar jxvf <filename>
for uncompressed tar xvf <filename>
__________________
Life on the edge....always waiting to fall
Quote & Reply
|
deadmalc
View Public Profile
Send a private message to deadmalc
Find all posts by deadmalc