Fill This Form To Receive Instant Help
Homework answers / question archive / Within that directory, create a bash script with the following requirements: Create a variable to hold a greeting of your choice Create a user input prompt to "Enter your name" Then create a 2nd user prompt to "Enter number of years until you graduate
Within that directory, create a bash script with the following requirements: Create a variable to hold a greeting of your choice Create a user input prompt to "Enter your name" Then create a 2nd user prompt to "Enter number of years until you graduate." Create a variable that holds the result of# years until you graduate + 2022 If years to graduate <= '1 Display yourgreeting, your name "you have a year or less to graduate in result variable" Else Display your greeting, your name, "You will graduate in result variable." End Save as a .sh file Execute your script in the terminal 8: take a pic of the output. Include a copy of your script with the assignment.