echo "normal files: `find $1 -type f | wc -l`echo "subdirectory: `find $1 -type d | wc -l`echo "executable files: `find $1 -type f -executable | wc -l`