Results 1 to 6 of 6
I ftp upload a zip file to a linux pc, for example, somefile.zip, can I uncompress the zip file use "#tar zvf somefile.zip", Thanks for help!...
- 04-23-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 19
uncompress zip file.
I ftp upload a zip file to a linux pc, for example, somefile.zip, can I uncompress the zip file use "#tar zvf somefile.zip", Thanks for help!
- 04-23-2009 #2Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
No. You need to use unzip. tar -z is for gzipped tar files (tar.gz).
- 04-23-2009 #3Just Joined!
- Join Date
- Apr 2009
- Posts
- 19
Thanks!
"unzip somefile.zip " Is this ok?
- 04-23-2009 #4Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
Ÿes. AS long as the relevant tool is installed. For more info, check "man unzip" or "unzip --help"
- 04-23-2009 #5
- 05-02-2009 #6


Reply With Quote
