myName = John Doelanguage = Unix/LinuxExercise 7 Copy the value of myName variable to another variable, anyName. Verify that it copies correctly. Then unset both the myName and anyName variables. Show their new values. Show transcribed image text Exercise 7 Copy the value of myName variable to another variable, anyName. Verify that it copies correctly. Then unset both the myName and anyName variables. Show their new values.
Answer
open linux terminal
first assign two variables
1.myName=’John Doe’
2.language = Unix/Linux
3.echo
OR
OR