Unzip items from the command line. For example, if you wanted to unzip a file called myfile.zip you can use the following command:
unzip myfile.zip
Or if you wanted to unzip all the zipped files in a directory you could cd to said directory and run this command:
unzip *.zip