linux how to count files in directory code example Example: count number of files in directory linux find DIR_NAME -type f | wc -l