Skip to content

Instantly share code, notes, and snippets.

@vladdancer
Last active July 11, 2017 08:41
Show Gist options
  • Save vladdancer/9870f5655ad03d0dae5356388df9d014 to your computer and use it in GitHub Desktop.
Save vladdancer/9870f5655ad03d0dae5356388df9d014 to your computer and use it in GitHub Desktop.
save recursively list of files and rename via wget & mmv #test-category
wget -i list_of_urls_file -P destination_folder
brew install mmv
find . -type f ! -name "*.*" | mmv '*' '#1.jpg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment