McqMate
| Q. |
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» C. grep 'clothes$' shopping | |
View all MCQs in
Linux Operating System