Created
January 4, 2015 19:48
-
-
Save rytoj/c3f63e3ad4583c2c58bd to your computer and use it in GitHub Desktop.
Renaming pictures
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
#Filter by StartingWord | |
#Cut 8 first letters | |
for i in StartingWord*; mv $i $(echo $i|cut -c 8-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment