extracting zip files ?


There's a built-in archiver, too, called Squeeze. It only supports .zips, though, and there are better forms of compression out there.
 
'unzip' command works from the command line:


$ unzip yourzip.zip
 
Back
Top