![]() |
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 |
| Provide a count of files | keymind | UNIX for Dummies Questions & Answers | 5 | 12-30-2007 01:57 PM |
| problem with 0 byte and large files | dsravan | Shell Programming and Scripting | 3 | 04-20-2007 09:59 PM |
| byte count and cut command | hemangjani | Shell Programming and Scripting | 4 | 04-12-2007 11:32 AM |
| count of files | mahalakshmi | Shell Programming and Scripting | 13 | 11-28-2006 09:01 AM |
| shell script to find zero byte files | ramky79 | Filesystems, Disks and Memory | 2 | 09-15-2006 12:12 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
row count of all files with more than 0 byte
Hi,
Is there any way to get count number of lines in all files which have more than o bytes in current directory for example : in /user/sri/ there are 3 files abc 0 bytes def 5 bytes ghi 10 bytes i need to get wc -l for all files which have > 0 bytes at a time ..is it possible? |
|
||||
|
Rubin,
Thanks for command..But this command displaying number of files in current directory with more than 0 bytes...but i also need number of lines in each individual file which have more than 0 bytes...lets suppose your command gives me 34 files which have more than 0 bytes in current directory..i need in each of 34 files how many lines are there like file a contains 10 lines file b contains 30 lines...like that....Is it possible? let me know...if you are still unclear? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|