Art V
0
Q:

command to know number of files in a directory

find -maxdepth 1 -type d | while read -r dir; do printf "%s:\t" "$dir"; find "$dir" -type f | wc -l; done
2

New to Communities?

Join the community