Skip to content

Instantly share code, notes, and snippets.

@everaldomatias
Created December 8, 2021 12:33
Show Gist options
  • Save everaldomatias/eec9fadea84a01cb9c706396ada70bb7 to your computer and use it in GitHub Desktop.
Save everaldomatias/eec9fadea84a01cb9c706396ada70bb7 to your computer and use it in GitHub Desktop.
for file in es_ES-*.json ; do renamed="jeo-$file" ; mv "$file" "$renamed" ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment