Skip to content

Instantly share code, notes, and snippets.

@exallium
Created November 7, 2012 15:31
Show Gist options
  • Save exallium/4032255 to your computer and use it in GitHub Desktop.
Save exallium/4032255 to your computer and use it in GitHub Desktop.
One liner to remove JS files compiled from CoffeeScript using the current directory as root for the search.
rm `find . -iname '*.coffee' | sed 's/coffee$/js/g'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment