how do i unzip a file? [SOLVED]
Posted: 07 Apr 2010, 23:00
hi,
how do i unzip a .zip file from the command line? when i try i get stuff like
how do i unzip a .zip file from the command line? when i try i get stuff like
please advise.bubba:/home/admin/Wordpress/Themes# ls
clear.1.2.4.zip
bubba:/home/admin/Wordpress/Themes# pkunzip *.zip
bash: pkunzip: command not found
bubba:/home/admin/Wordpress/Themes# unzip *.zip
bash: unzip: command not found
bubba:/home/admin/Wordpress/Themes# gunzip *
gunzip: clear.1.2.4.zip: unknown suffix -- ignored
bubba:/home/admin/Wordpress/Themes# unzip *
bash: unzip: command not found
bubba:/home/admin/Wordpress/Themes#