

MCQOPTIONS
Saved Bookmarks
1. |
How would you search for the string clothes at the end of the line in a file called shopping? |
A. | grep 'clothes#' shopping |
B. | grep 'clothes!' shopping |
C. | grep 'clothes$' shopping |
D. | grep 'clothes^' shopping |
Answer» D. grep 'clothes^' shopping | |