Skip to content

Instantly share code, notes, and snippets.

@mevanlc
Created October 12, 2024 22:43
Show Gist options
  • Save mevanlc/fefdc12767ce657f9297fdf56c954ce8 to your computer and use it in GitHub Desktop.
Save mevanlc/fefdc12767ce657f9297fdf56c954ce8 to your computer and use it in GitHub Desktop.
wget a version of the Unicode Standard data files (UCD)
#!/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