July 6, 2007
How can I unzip a file in suse linux..?
can any body say where can I find more help for suse linux
- Is it a tar file? If so, here's one way.
Assuming the fine is called, foo.tar.gz
gunzip < foo.tar.gz | tar xvf -
can any body say where can I find more help for suse linux
Assuming the fine is called, foo.tar.gz
gunzip < foo.tar.gz | tar xvf -