Skip to content

Instantly share code, notes, and snippets.

@e96031413
Created February 26, 2020 04:15
Show Gist options
  • Save e96031413/afcf168f4292d6d42bb730cd2a0c5822 to your computer and use it in GitHub Desktop.
Save e96031413/afcf168f4292d6d42bb730cd2a0c5822 to your computer and use it in GitHub Desktop.
#下載
!wget --content-disposition <url>
#解壓縮ZIP
!apt-get install unzip
!unzip 'filename.zip' -d <path>
#解壓縮RAR
!apt-get install unrar
!unrar e 'filename.rar'
!unrar x 'filename.part1.rar' #解壓縮分割檔
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment