PrepAway - Latest Free Exam Questions & Answers

Which of the following is the best way to list all defined shell variables?

Which of the following is the best way to list all defined shell variables?

A.
env

B.
set

C.
env -a

D.
echo $ENV

Explanation/Reference:
A) env – run a program in a modified environment (-a does not exist)
C) option -a does not exist
D) echo $ENV prints the shell variable $ENV if it exists

6 Comments on “Which of the following is the best way to list all defined shell variables?

  1. AKA says:

    There is a difference between SHELL and ENVIRONMENT variables!
    For shell-var´s the correct way is set as right selected in the answer.
    For display all environment variables you can use env!

    regards




    0



    0

Leave a Reply