McqMate
| Q. |
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» A. grep “^2” empl.1st | |
View all MCQs in
Linux ProgrammingNo comments yet