Skip to content

Instantly share code, notes, and snippets.

@christianroman
Created October 4, 2013 16:08
Show Gist options
  • Save christianroman/6828452 to your computer and use it in GitHub Desktop.
Save christianroman/6828452 to your computer and use it in GitHub Desktop.
Rails grep before renaming a project
grep -Ri 'oldprojectame' * | cut -f1 -d':' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment