LP5.3 Assignment: Simple Shell Script Directions This assignment differs from pr
ID: 3543491 • Letter: L
Question
LP5.3 Assignment: Simple Shell Script
Directions
This assignment differs from prior BASH/command line-related assignments in that you will now be writing and running a BASH script versus simple BASH commands.
Note
From this point forward, certain assumptions will be made about your fundamental abilities. For example, if you are instructed to execute a command or script from the command line, it is expected that you know you will have to open up a terminal session to do so.
Note
Remember a BASH script is little more than a text file, but it is slightly different than a regular text file as far as BASH is concerned. Do you remember what makes a file executable? Chapter 9 of your textbook has the answer.
The assignment5.3.txt file is the text file that resides in your home directory and contains the portion of your login session representing this assignment. It is the one you are to submit for this assignment.
Explanation / Answer
1. script1.sh =>
#~/bin/sh
date;
echo "HELLO WORLD"
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.