Is there any output from sleep? Where does cat get its input from? What has to happen before the shell will display a prompt?

Enter the following command:
$ sleep 30 | cat /etc/services

There is no output from sleep (try giving the command sleep 30 by itself). The
/etc/services file provides input for cat (when cat has an argument, it does not
check standard input). The sleep command has to run to completion before
the shell will display a prompt.

Computer Science & Information Technology

You might also like to view...

In ________ encryption, only the two parties involved in sending a message have the code to unlock the message

Fill in the blank(s) with correct word

Computer Science & Information Technology

Footer content that is not obtained from the Footer gallery but is instead entered by the user is a(n) ________ footer

Fill in the blank(s) with correct word

Computer Science & Information Technology