Skip to content

Instantly share code, notes, and snippets.

@cworks
Created February 13, 2015 16:32
Show Gist options
  • Save cworks/dd3242f5f687875f0213 to your computer and use it in GitHub Desktop.
Save cworks/dd3242f5f687875f0213 to your computer and use it in GitHub Desktop.
searchjava alias
alias searchjava="find . -name '*.java' | xargs grep -n "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment