Created
August 20, 2024 18:58
-
-
Save sawaYch/e724f6ea17efa4ac827fda861e2031e8 to your computer and use it in GitHub Desktop.
windows unzip simplified chinese .zip file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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