creating a script for counts the number of files in your home-directory. linux code example Example: bash how many files in a directory ls -1q log* | wc -l