![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Partial Request are coming... please help | pa.chidhambaram | IP Networking | 0 | 02-05-2008 11:19 AM |
| vsftpd hiding partial uploads | jhod22 | Linux | 3 | 07-08-2006 04:49 PM |
| for linux and BSD users interested in Unix system V/bsd | moxxx68 | BSD | 0 | 12-04-2004 01:09 AM |
| Interested, but lost. | Ned | UNIX for Dummies Questions & Answers | 9 | 09-02-2003 12:03 AM |
| Extremely Interested | Punk18 | UNIX for Dummies Questions & Answers | 5 | 08-16-2001 03:36 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Command output is given to the console. As in the following case -
wc -l filename produces following output nn filename From this, I am only interested with nn(rowcount). Cant we simply extract it thr console? I also tried with null device, I know as - /dev/null wc -l filename > /dev/null | cut -d " " -f 1 /dev/null This also didnt help me. Will I have to use temporary file, in order to retrieve only rowcount? |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|