Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 138 Bytes

recursively-count-files-in-directory.md

File metadata and controls

6 lines (5 loc) · 138 Bytes

Recursively count files in a directory using bash

find DIRNAME -type f | wc -l