Question: PART 3 : Shell Programming and External Variables(10 points) Write another Bash program where you assign two strings to different variables, and then the program

PART 3: Shell Programming and External Variables(10 points)

  1. Write another Bash program where you assign two strings to different variables, and then the program prints both of those strings. Write a version where thestrings are printed on the same line, and a version where the strings are printed on different lines.

So for example: variable A = I Love, varaible B-Shell programming

Then print out the content both variables: so that I Love Shell programming would print.

  1. How will shell know where to find an executable?
  2. Create three variables: NAME (set to your name), CLASS (set to BIO2110), CHALLENGE_LEVEL (set to a number from 1 to 10 describing how challenging the class is.
  3. Using your three variables above echo to the screen the following sentence I Alice find BIO2110 to be at challenge level 5

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!