![]() |
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 |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| row count of all files with more than 0 byte | sri2005 | UNIX for Dummies Questions & Answers | 6 | 04-29-2008 05:39 PM |
| Display the count of files | wayne1411 | Shell Programming and Scripting | 4 | 01-09-2008 10:09 PM |
| Provide a count of files | keymind | UNIX for Dummies Questions & Answers | 5 | 12-30-2007 01:57 PM |
| How to find the count of files in a directory | sish78 | UNIX for Dummies Questions & Answers | 5 | 02-01-2007 03:58 PM |
| command to count files in dir | balireddy_77 | Shell Programming and Scripting | 4 | 11-15-2006 01:56 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
hi,
grep -v use filter off anything that starts with drw like directories generally start with drw wc is word count, -l used to display number of lines awk '{ print $9 }' prints out the 9th column of the output when you do a ls -l it prints out some file with col1 col2 col3 col4 col5 col6 col7 col8 col9 -rw-r--r-- 1 root other 151 Nov 15 14:28 xx drw-r--r-- 1 oracle dba 72 Nov 15 14:36 apple enjoy |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|