Question
Rewrite Project 2 so that instead of checking an individual file the user specifies the program checks an entire directory. As the program tests each
Project 2 below is already solved in
Write a bash script that prompts the user for the name of a file or directory and then tests the input as to whether it exists or not. If the input name exists, report (print to the console) what type of object it is: regular file, directory, or another kind -- for example a symbolic link. Next, add the ability to input test values via the command line in lieu of reading user input via the read command. Note: this is not "either or". Your script should handle both and act accordingly, i.e., if the user executes your script by typing
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started