Unix: Count files

Posted On May 1, 2009

Filed under Uncategorized
Tags: ,

Comments Dropped leave a response

find directory -type f | wc -l

citation(JP) :
http://movion.net/2008/03/12/count-file-number-use-linux-find-command/

Respond now.