Exercise 2. Simply change or modify Exercise 1 to include a variable. The variable should hold the value "I will learn Shell Scripting!" and the value or string should be displayed with that variable.
Script: Here we will store the string in variable 'a' and then display it by using echo.
Output: It will display the string which is stored in variable a.
No comments:
Post a Comment