QuestionQ13
Shells and Shell ScriptingWhat output will be displayed when the user fred runs the following command?
echo 'fred $USER'
- A fred fred
- B fred /home/fred/
- C 'fred $USER'
- D fred $USER
- E 'fred fred'
What output will be displayed when the user fred runs the following command?
echo 'fred $USER'
Community Discussion