Grep
Updated December 19, 2002
Created December 19, 2002


Autogenerated Site Map
Search this Site!:
Search this site powered by FreeFind

The output from grep is useful as follows:

echo hi | grep hi && echo pass || echo fail
echo word | grep hi && echo pass || echo fail
echo hi | grep hi && { echo pass; echo 2nd command; } || { echo fail; echo 2nd fail cmd; }

Search this Site!:
Search this site powered by FreeFind

Homepage: http://www.cpqlinux.com
Site Map: http://www.cpqlinux.com/sitemap.html