![]() |
|
|
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 |
| Getting Sum, Count and Distinct Count of a file | singhabhijit | Shell Programming and Scripting | 4 | 03-02-2009 12:30 AM |
| building a kernel (with a twist) | zigga15 | UNIX for Advanced & Expert Users | 2 | 02-11-2009 03:36 AM |
| Compare 2 files yet again but with a twist | Autumn Tree | Shell Programming and Scripting | 11 | 11-24-2008 05:59 AM |
| How to count the record count in an EBCDIC file. | oracle8 | UNIX for Dummies Questions & Answers | 1 | 07-26-2006 08:22 PM |
| how do I log into this machine - with a twist... | xyyz | UNIX for Dummies Questions & Answers | 1 | 08-29-2001 09:57 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
file count with a twist
Hello Everyone,
I am using the korn shell. I was hoping to find a set of commands to count files in a directory. I am using: ls /home/name/abc* | wc -l This command works fine when a file matches abc* (returns only the file count) , however when no file(s) are found I get something similar to below: /home/name/abc*: No such file or directory 0 I want only the 0 when a file is not found and not the path or message - 'No such file or directory' . Can a single unix command accomplish this? Or does a script need to be written? Thanks in advance. Robert |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|