MCQOPTIONS
Saved Bookmarks
| 1. |
Which command is used to select those lines where the data lies between 7000 and 7999at the end of the line of file empl.lit. |
| A. | grep “$7…” empl.1st |
| B. | grep “7…^” empl.1st |
| C. | grep “7…$” empl.1st |
| D. | grep ^7… empl.1st |
| Answer» D. grep ^7… empl.1st | |