Last active
August 24, 2019 17:47
-
-
Save danieloskarsson/13f1d3720d8d318b5bdc3cdcd7525717 to your computer and use it in GitHub Desktop.
This file contains 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
rename 's/\D+?(?=\.mp3)//g' *.mp3 | |
while read line; do echo "$line"; done < links | |
for i in {1..24}; do $i; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment