am a521a37d: Merge "mgrep: add output to environment commands"

* commit 'a521a37da9214ecc6400b7caf00b76869b1dc741':
  mgrep: add output to environment commands
This commit is contained in:
Nick Kralevich 2015-07-15 20:06:00 +00:00 committed by Android Git Automerger
commit abbf8eeb67

View file

@ -15,6 +15,7 @@ Invoke ". build/envsetup.sh" from your shell to add the following functions to y
- jgrep: Greps on all local Java files.
- resgrep: Greps on all local res/*.xml files.
- mangrep: Greps on all local AndroidManifest.xml files.
- mgrep: Greps on all local Makefiles files.
- sepgrep: Greps on all local sepolicy files.
- sgrep: Greps on all local source files.
- godir: Go to the directory containing a file.