Skip to content

Instantly share code, notes, and snippets.

@doublejosh
Created December 8, 2015 22:46
Show Gist options
  • Save doublejosh/d71daa9d9e69f83d4885 to your computer and use it in GitHub Desktop.
Save doublejosh/d71daa9d9e69f83d4885 to your computer and use it in GitHub Desktop.
Remove "-icon" from filenames
for i in ./*-icon*;do mv -- "$i" "${i//-icon/}";done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment