unzip command - decompress file

Unzip into current directory:
unzip filename.zip
 
Unzip into different directory 
unzip file.zip -d somedir