InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following command will display the name of the shell we are working on?(a) echo shell(b) echo $(c) echo $SHELL(d) echo $$This question was addressed to me in examination.Question is from Shell Basics in portion The Shell of Unix |
|
Answer» Correct OPTION is (c) echo $SHELL |
|