63 subscribers
29 photos
100 links
YouTube - https://youtube.com/channel/UCMMS04AArq9iMUnXFsT8ybA
Direct Message -
@trcoderofficial
Channel -
@trcoderontelegram
Group - @trcoderontelegramdiscussiongroup

html, css, javascript, jquery, php, website, template, app, scripts
Download Telegram
Lucifer (web series) all seasons in hindi
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/
👍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"