Skip to content

Instantly share code, notes, and snippets.

@rytoj
Created January 4, 2015 19:48
Show Gist options
  • Save rytoj/c3f63e3ad4583c2c58bd to your computer and use it in GitHub Desktop.
Save rytoj/c3f63e3ad4583c2c58bd to your computer and use it in GitHub Desktop.
Renaming pictures
#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