Write a shell script to find the number of files in the current directory. code example Example: bash command to find the number of files in a directory ls -1q | wc -l