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