Created
October 23, 2020 18:55
-
-
Save andreasvirkus/d4fda3133b9774a4926679ee4b23a05c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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