Skip to content

Instantly share code, notes, and snippets.

@danieloskarsson
Last active August 24, 2019 17:47
Show Gist options
  • Save danieloskarsson/13f1d3720d8d318b5bdc3cdcd7525717 to your computer and use it in GitHub Desktop.
Save danieloskarsson/13f1d3720d8d318b5bdc3cdcd7525717 to your computer and use it in GitHub Desktop.
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