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...

When Track Changes is active, ________ show where people have added, deleted, or formatted text in a document

Fill in the blank(s) with correct word

Computer Science & Information Technology

A ________ reference is a single formula that references itself or multiple formulas that reference each other

A) self B) duplicate C) circular D) matching

Computer Science & Information Technology