linux check how many files are under the file

1: Command: ls |wc -w

 

2: Count the files ending in mp4 under the folder 20140415:

 

     find ./20140415 -name "*.mp4" | wc -l

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326790850&siteId=291194637