Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This homework question is for scripting in the Linux bash shell from the command prompt: 6. Create a script that asks the user for a
This homework question is for scripting in the Linux bash shell from the command prompt:
6. Create a script that asks the user for a file and then appends the date to the file the user has entered. Let the user
know if the file can or cannot be written too. Also, if the file does not exist create the file and write the date in the
newly created file. Lastly display to the user the file, including a statement letting them know that the file has
changed.(Hint: remember the f and w when evaluating a file in an if statement)
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