diff options
author | Wolfgang Denk <wd@denx.de> | 2013-03-23 23:50:30 +0000 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-05-01 16:24:00 -0400 |
commit | d87244d5af58cbc2d9cc3f5314648deb7810f10a (patch) | |
tree | 661c93ff4d5fd1ea8fc093527117bb354d28fa74 /include/lynxkdi.h | |
parent | 5a31ea04c9ee5544fbb70ad7597ea4b294840eab (diff) | |
download | u-boot-imx-d87244d5af58cbc2d9cc3f5314648deb7810f10a.zip u-boot-imx-d87244d5af58cbc2d9cc3f5314648deb7810f10a.tar.gz u-boot-imx-d87244d5af58cbc2d9cc3f5314648deb7810f10a.tar.bz2 |
"env grep" - add options to grep in name, value, or both.
Add options to "env grep" command:
-n : search only the envrironment variable names
-v : search only their values
-b : search both names and values (= default)
An option "--" will stop parsing options, so to print variables that
contain the striing "- " please use:
env grep -- "- "
Or to print all environment varioables which have a '-' in their name,
use:
env grep -n -- -
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/lynxkdi.h')
0 files changed, 0 insertions, 0 deletions