

MCQOPTIONS
Saved Bookmarks
1. |
Which command is used to select those lines that begin with a 2 in the tre file empl.1st? |
A. | grep “^2” empl.1st |
B. | grep “2…” empl.1st |
C. | grep “7^” empl.1st |
D. | grep “2^” empl.1st |
Answer» B. grep “2…” empl.1st | |