If you do not specify the name of a file on the command line, sort takes its input from standard input. Repeat the previous step but construct the com- mand line so sort takes its input from standard input.

What will be an ideal response?


$ sort < food
or
$ cat food | sort

Computer Science & Information Technology

You might also like to view...

What is the most convenient way to handle updates?

A. manually B. using notifications C. automatically D. either manually or using notifications

Computer Science & Information Technology

What objects are involved in a airplane flight?

What will be an ideal response?

Computer Science & Information Technology

A procedure may not be accessed by procedures from another class or form if the __________ access specifier is used.

a. Private b. Public c. Static d. Scope

Computer Science & Information Technology

You are trying to figure out whether a host on your network is correctly sending frames to its default gateway. Which of the following commands could you issue on the host to see the current IP to MAC address translations?

A) arp -d B) arp -s C) arp -a D) arp -b

Computer Science & Information Technology