find /home/a -type f -name "*.txt" | wc -l #### find /home/a -type f -name "*.txt" -maxdepth 0 | wc -l