El día Saturday, November 03, 2007 a las 05:27:06AM -0700, White Hat escribió:

> This is probably a dumb question; however, I never let a little thing like 
> that bother me in the past.
>  
> Using FreeBSD-6.2 and Bash, how do I determine the number of files in a given 
> directory? I have tried all sorts of combinations using different flags with 
> the 'ls' command; however, none of them displays the number of files in the 
> directory.
>  
> Other than, by writing a script to accomplish this feat, how could I achieve 
> my goal?

$ ls | wc -l
     293

        matthias
-- 
Matthias Apitz
Manager Technical Support - OCLC PICA GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <[EMAIL PROTECTED]> - w http://www.oclcpica.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to