Skip to content

Instantly share code, notes, and snippets.

@svenwin
Created March 14, 2011 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save svenwin/868874 to your computer and use it in GitHub Desktop.
Save svenwin/868874 to your computer and use it in GitHub Desktop.
rake routes | awk 'NR>1{gsub("^[^/]*", "");r[$1]=0} END{for(i in r)print i}' | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment