![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| weird echo output? | TinCanFury | Shell Programming and Scripting | 6 | 03-24-2008 02:40 PM |
| What is the output of echo * | shailja | UNIX for Dummies Questions & Answers | 4 | 06-29-2007 06:27 AM |
| piping output to echo | A1977 | Shell Programming and Scripting | 3 | 11-01-2006 04:58 AM |
| piping the output of find command to grep | 435 Gavea | UNIX for Dummies Questions & Answers | 1 | 10-05-2006 01:48 PM |
| Store output and Echo | meyerder | Shell Programming and Scripting | 2 | 05-14-2006 06:44 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
How do I output or echo NONE if grep does not find anything?
I am performing a grep command and I need to know how to echo "NONE" or "0" to my file if grep does not find what i am looking for.
echo What i found >> My_File grep "SOMETHING" >> My_File I am sure this is easy, I am sort of new at this! Thanks |
| Forum Sponsor | ||
|
|