Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assignment: Create a shell script and Part 2) Perform linux commands and capture a screen shot of the output Requirements: Write a shell script that
Assignment: Create a shell script and Part 2) Perform linux commands and capture a "screen shot" of the output
Requirements: Write a shell script that does the following:
- Use best practices... comments, shebang, expected number of arguments, exit codes, etc
- Prompts the user to enter their name
- Depending on the time of day, output a greeting that says either "Good Morning xxx", "Good Afternoon xxx", or "Good Evening xxx" (with "xxx" as their name)
- Have a 10 second "count down timer" that displays the message "This message will self destruct in xx seconds". The message should repeat on the same line
- Display a "Boom!" message on a new line
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