Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: Number of Files

Gordon Henderson wrote:

> find . -type f | wc -l

find -type f | wc -l | sed 's/^/Files: /' ; find -type d | wc -l | sed 's/^/Directories: /'

-- 
Toby A Inkster BSc (Hons) ARCS
Contact Me  ~ http://tobyinkster.co.uk/contact


[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index