unzip in colab code example
Example 1: unzip a file in google colab
!unzip path_to_file.zip -d path_to_directory
Example 2: zip command colab
!zip -r /content/file.zip /content/Folder_To_Zip
Example 3: unzip colab
!unzip path_to_file.zip -d path_to_directory