Unzip Linux Nov 16, 2019 // Unzip here $ unzip {*.zip} // Unzip to other directory (or go to the directory then unzip) $ unzip {*.zip} -d {dir} PREVIOUSEtc