Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@johnjullies
Created October 6, 2016 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnjullies/b0004e4af14757b3efa495d303fb0eb4 to your computer and use it in GitHub Desktop.
Save johnjullies/b0004e4af14757b3efa495d303fb0eb4 to your computer and use it in GitHub Desktop.
ARRAY=("Narcos - 01x01 - Descenso"
"Narcos - 01x02 - The Sword of Simon Bolivar"
"Narcos - 01x03 - The Men of Always"
"Narcos - 01x04 - The Palace in Flames"
"Narcos - 01x05 - There Will Be a Future"
"Narcos - 01x06 - Explosivos"
"Narcos - 01x07 - You Will Cry Tears of Blood"
"Narcos - 01x08 - La Gran Mentira"
"Narcos - 01x09 - La Catedral"
"Narcos - 01x10 - Despegue"); j=0; for i in *.srt; do mv "$i" "${ARRAY[$j]}".srt; let j=j+1;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment