Dear Members,
The server of our 'TR Coder' website is temporarily down, in this case you can use our other website called 'Ut-Web Apps' https://utapps.000webhostapp.com/
The server of our 'TR Coder' website is temporarily down, in this case you can use our other website called 'Ut-Web Apps' https://utapps.000webhostapp.com/
000Webhostapp
Ut-Web Apps
Use our online free SEO Tools and many useful Websites to create or develop something as you want and make your work easier.
👍1
TR Coder
https://youtu.be/vwf5OyLsQtE
Q. How do I unzip a zip file in Colab?
Ans: Open Google Colab URL to Unzip your drive zip file-
https://colab.research.google.com/github/cheems/compress-decompress-in-Google-Drive/blob/master/Unrar_Unzip_Rar_Zip_in_GDrive.ipynb
now mount it to Google Drive to be able to access the zip file.
Now extract files to the local environment with the following command.
Command:-
!unzip "path_to_file.zip" -d "path_to_directory"
Example:-
!unzip "/content/drive/Shareddrives/Shared Drive by Tarun/Korean Drama Series/W Two Worlds/Season 01/W.Two.World.Apart.S01 720p 10bit.zip" -d "/content/drive/Shareddrives/Shared Drive by Tarun/Korean Drama Series/W Two Worlds/Season 01"
Ans: Open Google Colab URL to Unzip your drive zip file-
https://colab.research.google.com/github/cheems/compress-decompress-in-Google-Drive/blob/master/Unrar_Unzip_Rar_Zip_in_GDrive.ipynb
now mount it to Google Drive to be able to access the zip file.
Now extract files to the local environment with the following command.
Command:-
!unzip "path_to_file.zip" -d "path_to_directory"
Example:-
!unzip "/content/drive/Shareddrives/Shared Drive by Tarun/Korean Drama Series/W Two Worlds/Season 01/W.Two.World.Apart.S01 720p 10bit.zip" -d "/content/drive/Shareddrives/Shared Drive by Tarun/Korean Drama Series/W Two Worlds/Season 01"
Google
Unrar, Unzip, Untar Rar, Zip, Tar in GDrive
Run, share, and edit Python notebooks