Recursively counting files in a Linux directory
If you want to count the number of files you have in a directory, including all the subdirectories from the command line: Notes: Replace DIR_NAME with . to execute the command in the current folder. You can also remove the Continue reading Recursively counting files in a Linux directory