Page 1 of 1

You want to display the value of a shell variable called service after assigning a value as shown:SERVICE =ACCT S -Which

Posted: Sun Jun 11, 2023 3:55 pm
by answerhappygod
You want to display the value of a shell variable called service after assigning a value as shown:SERVICE =ACCT S -Which two settings will display the name of the variable and its value?

A. set | grep service
B. echo $SERVICE
C. env | grep SERVICE
D. env $SERVICE E. set $SERVICE