Question:Create shell scripts, .sh file. Please include a shebang line at
the top of the script...
Question
Create shell scripts, .sh file. Please include a shebang line at
the top of the script...
Create shell scripts, .sh file. Please include a shebang line at
the top of the script as well as appropriate comments through
out.
Write a script that counts how many .txt, .csv, .dat, .jpeg,
and .sh files are in a directory. Use your solution to last weeks
file counting script as a function in your new script.