mgrep: add output to environment commands

Change-Id: I7a97e00c7ef5ac179333303d89511c2f72cbd100
Signed-off-by: William Roberts <william.c.roberts@intel.com>
This commit is contained in:
William Roberts 2015-07-12 17:06:38 -07:00
parent 2e4dd9ab26
commit 23a298b190
1 changed files with 1 additions and 0 deletions

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.