[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [RaQ 4] File Listing/Count
- Subject: Re: [cobalt-users] [RaQ 4] File Listing/Count
- From: Tim Dunn <tdunn@xxxxxxxxxxxxxxxxxxx>
- Date: Thu Aug 8 22:17:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> Is there a quick & easy way to get a count of the Total Number of files in
> the file system?
find / -type f -print | wc -l
tim
--
Sysadmin Rule #14: If it's not on fire, it's a software issue.