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

  1. test sleep 1

  2. sleep 1 && echo $0

  3. sleep 1 & echo $!

  4. sleep 1 & echo $$


Correct Option: C

Find more quizzes: