Monday, May 21, 2012

How to count number of files in a directory in Linux

 

$ ls -1 targetdir | wc -l

No comments: