Skip to content

Instantly share code, notes, and snippets.

@andreasvirkus
Created October 23, 2020 18:55
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 andreasvirkus/d4fda3133b9774a4926679ee4b23a05c to your computer and use it in GitHub Desktop.
Save andreasvirkus/d4fda3133b9774a4926679ee4b23a05c to your computer and use it in GitHub Desktop.
for f in cis-*; do mv "$f" "CL${f#cis-}"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment