[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] [RaQ 4] File Listing/Count



> 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.