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

Re: file/package counter



> 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




Reply to: