Examveda
Examveda

What is the output of the following program?
[ -n $HOME ]
echo $?
[ -z $HOME ]
echo $?

A. 0
1

B. 1
0

C. 0
0

D. 1
1

Answer: Option A


This Question Belongs to Computer Science >> Linux

Join The Discussion

Related Questions on Linux