Answered step by step
Verified Expert Solution
Question
1 Approved Answer
a. Create a bash script that takes in three command line parameters. First parameter is first name, second parameter is your username for your system,
a. Create a bash script that takes in three command line parameters. First parameter is first name, second parameter is your username for your system, and the third parameter is the command used to list the contents of a directory. (It will be run as: [user]$ sh _Script1.sh)
b. The script must print the following output, replacing with your first name, and with a listing of the files in that directory: Hello , the contents of my home directory are:
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