Skip to content

Instantly share code, notes, and snippets.

@jeffreyiacono
Created March 6, 2013 05:47
Show Gist options
  • Select an option

  • Save jeffreyiacono/5097029 to your computer and use it in GitHub Desktop.

Select an option

Save jeffreyiacono/5097029 to your computer and use it in GitHub Desktop.
git remove a bunch of files
for f in `ls ./*.png`; do git mv $f $(echo $f | sed s/control/ctrl/); done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment