Skip to content

Instantly share code, notes, and snippets.

@greyltc
Created February 11, 2022 11:49
Show Gist options
  • Save greyltc/2eb377f31479f15ebd2484928d16f907 to your computer and use it in GitHub Desktop.
Save greyltc/2eb377f31479f15ebd2484928d16f907 to your computer and use it in GitHub Desktop.
wget globbing
#!/bin/sh
wget -e robots=off -r --no-parent -A 'file-name-prefix.*.pkg.tar.zst' https://host.name/patha/pathb/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment