Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Edit your script with the following steps: Make your script is executable and includes # ! / bin / bash in the first line of
Edit your script with the following steps:
Make your script is executable and includes #binbash in the first line of your script.
Display the current date and time.
Display the name of the shell the script is executing in
Display the directory where the shell script file is
Ask the user for hisher first name, last name and major.
Save all inputs to different variables.
Display a message greeting the user including the first name, last name and major variable values.
Output should be displayed in a complete sentence.
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