PrepAway - Latest Free Exam Questions & Answers

which of the following statements is true?

When the command echo $ outputs 1, which of the following statements is true?

PrepAway - Latest Free Exam Questions & Answers

A.
It is the process ID of the echo command.

B.
It is the process ID of the current shell.

C.
It is the exit value of the command executed immediately before echo.

D.
It is the exit value of the echo command.

2 Comments on “which of the following statements is true?

  1. crematory says:

    $$ PID of the current process.
    $? return code of the last executed command.
    $# number of arguments in $*
    $* list of arguments passed to the current process
    $! PID of last job running in background




    0



    1

Leave a Reply