![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to negate grep result? | mmdawg | Shell Programming and Scripting | 4 | 05-05-2008 05:24 AM |
| diaplaying the grep result | rag84dec | Shell Programming and Scripting | 1 | 03-26-2008 10:37 PM |
| grep to handle a 0 result | ocelot | UNIX for Dummies Questions & Answers | 6 | 02-05-2007 07:19 AM |
| To have a numeric result from grep | Hak Dee | UNIX for Dummies Questions & Answers | 2 | 08-07-2006 04:26 AM |
| append esc string | beilstwh | Shell Programming and Scripting | 2 | 05-11-2005 10:33 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
append a string to a grep result
hello,
iostat -En | grep Vendor | grep -v DV | awk '{print $1 $2}' | sort -u returns Vendor:HP I want to append Disk to it. i.e.: Disk Vendor:HP how to do that? thanks |
| Forum Sponsor | ||
|
|