“The Keyboard and Screen as Standard Input and Standard Output” on page 136 of Sobell explains how to use the cat utility to read from standard input (defaults to the keyboard) and write to standard output (defaults to the screen). Use cat as shown in Figure 5-5 on page 135 of Sobell to copy standard input to standard output. Press CONTROL-D on a line by itself to ter- minate cat.

What will be an ideal response?


$ cat
My name is Max.
My name is Max.
Bye.
Bye.
CONTROL-D
$

Computer Science & Information Technology

You might also like to view...

Password fields are ones that must be filled out before the form can be processed.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The _________ operator reclaims memory previously allocated by new.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

File information such as the name of the author and the file size are called file ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

The fact that a visitor has liked you using a Facebook Like button is hidden from the people in that visitor's network.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology