Redirect standard output of cat to create a file named days that holds the names of the days of the week in chronological order, one per line. Do not redirect standard input to cat; it will come from the keyboard. Remember to press CONTROL-D on a line by itself to exit from cat.

What will be an ideal response?


$ cat > days
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Sunday
CONTROL-D
$

Computer Science & Information Technology

You might also like to view...

In the figure above, the item numbered 2 indicates the ____.

A. XML parser B. DTD declaration C. DTD id D. XML prolog

Computer Science & Information Technology

Two phrases in the Fourth Amendment that place limitations on the government’s ability to acquire a search warrant are (select 2):

a. The Right of the People b. Redress of Grievance c. Probable Cause d. Against Unreasonable Searches

Computer Science & Information Technology

The question mark (?) operator indicates

(a) either zero or one occurrence. (b) any number of occurrences. (c) one or more occurrences. (d) more than one occurrence.

Computer Science & Information Technology

One of the goals of security is to minimize risk to a level acceptable to the organization

Indicate whether the statement is true or false.

Computer Science & Information Technology