Q. Which command is used to select those lines where the data lies between 7000 and 7999 at the end of the line of file empl.lit.
β
Correct Answer: (C)
grep “7…$” empl.1st
You must be Logged in to update hint/solution