Question: Task 3 BASH scripts are nothing more than a list of commands that run in order. Let s create our first script to demonstrate. Use
Task
BASH scripts are nothing more than a list of commands that run in order. Lets create our first script to
demonstrate.
Use vim to create a file called hello.sh most BASH script use the sh extension Add the following text to this
file.
hello.sh
echo
echo Hello Jared
echo
echo Here is a calendar
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
