Created
October 12, 2024 22:43
-
-
Save mevanlc/fefdc12767ce657f9297fdf56c954ce8 to your computer and use it in GitHub Desktop.
wget a version of the Unicode Standard data files (UCD)
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
#!/bin/bash | |
wget -o wget.log -r -np -nH --cut-dirs=2 -P out/ --show-progress \ | |
--reject "index.html*" --reject-regex '\?C=.*' \ | |
https://www.unicode.org/Public/zipped/16.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment