Which of the following would return the process ID of the sleep command?

  1. sleep 1 & echo $#

  2. test sleep 1

  3. sleep 1 & echo $?

  4. sleep 1 & echo $!


Correct Option: A,C

Find more quizzes: