Skip to content

Instantly share code, notes, and snippets.

@super3
Last active July 28, 2019 22:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save super3/220c11c1c10c05ce53a75d0883328d08 to your computer and use it in GitHub Desktop.
Save super3/220c11c1c10c05ce53a75d0883328d08 to your computer and use it in GitHub Desktop.
wget --mirror --convert-links --adjust-extension --page-requisites --no-parent http://cdimage.ubuntu.com
for dir in $(find /mnt/volume_nyc3_02/cdimage.ubuntu.com -type d); do
rm $dir/index.html?*
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment