Command Line Question

Chris Wong wongc at math.ed.hawaii.edu
Thu Apr 26 15:32:20 PDT 2001


On Thu, 26 Apr 2001, Cyberclops wrote:

> If I wanted to get a recursive count of the number of files in
> particular directory and all its sub-directories, what would I type?

find dir -type f -print| wc -l



More information about the LUAU mailing list