![]() |
|
|
|
|
|||||||
| 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 |
| result of ftp | MeeraNair | UNIX for Dummies Questions & Answers | 6 | 05-29-2008 06:27 AM |
| display result from user input | thms_sum | Shell Programming and Scripting | 13 | 02-01-2008 01:34 AM |
| Outputting formatted Result log file from old 30000 lines result log<help required> | vikas.iet | Shell Programming and Scripting | 5 | 12-02-2007 06:43 PM |
| FTP command result | nymus7 | IP Networking | 1 | 08-08-2005 02:01 PM |
| Display result one page at a time | nickaren | UNIX for Dummies Questions & Answers | 4 | 09-09-2003 10:15 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
display the result of wc -l with words before and after the result
hello
showrev -p | wc -l returns: 381 What to do in case I want to have this output: number of lines returned by showrev -p is: 381 thx |
| Forum Sponsor | ||
|
|
|
||||
|
Code:
echo "showrev -p is:`showrev -p | wc -l | sed 's/ *//g'`" Edit/Delete Message |
||||
| Google UNIX.COM |