> As for the number of files in a directory. If you are just looking for
> the individual directory a
> 
> ls -l | wc -l
> 
> will give you the number of files in a directory. If you wanted to
> recurs and find out how many total file in a directory and all sub
> directories you may need to write a short shell script to do this, or
> there may be another way.

tree

-matt zagrabelny



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to