1.

The $ variables in a shell script context designates

A. The runtime of the script
B. Number of command line arguments
C. PID of the shell running the script
D. The exit status of the shell script
Answer» D. The exit status of the shell script


Discussion

No Comment Found