Replace sort in the preceding command with grep (Sobell, page 56) with an argument of (uppercase) T. The result will be a list of days that have an uppercase T in their names in chronological order.
What will be an ideal response?
$ cat days | grep T
Tuesday
Thursday
Computer Science & Information Technology
You might also like to view...
To exit out of a loop completely, and resume the flow of control at the next statement after the loop, use a _______.
a. continue statement. b. break statement. c. return statement. d. Any of the above.
Computer Science & Information Technology
When inserting a table in a page using responsive design, set call padding as a(n) ____________________ CSS style.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology