Write a bash shell script filestatic. The script should examine the number files in directories given as arguments (parameters) to this script.
if one argument is given, the script should count and report the number of files in this directory. Only regular files should be counted, not directories or subdirectories. Then the script should count and reports the number of bytes consumed by the files in this directory.