Last active
July 11, 2017 08:41
-
-
Save vladdancer/9870f5655ad03d0dae5356388df9d014 to your computer and use it in GitHub Desktop.
save recursively list of files and rename via wget & mmv #test-category
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
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