Write a Bash Script to count the files and directories in th…

Write a Bash Script to count the files and directories in the current working directory and display information. It also displays the name and size of a directory with maximum and minimum sizes. Don’t include hidden files or directories. Make two functions to perform each of the two tasks. Don’t use awk commands.