Skip to content

Instantly share code, notes, and snippets.

@sawaYch
Created August 20, 2024 18:58
Show Gist options
  • Save sawaYch/e724f6ea17efa4ac827fda861e2031e8 to your computer and use it in GitHub Desktop.
Save sawaYch/e724f6ea17efa4ac827fda861e2031e8 to your computer and use it in GitHub Desktop.
windows unzip simplified chinese .zip file
# Install WSL Ubuntu
# Using unzip tools
unzip -O GB18030 your_archive.zip -d target_dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment