Q. Which command is used to select those lines that begin with a 2 in the tre file empl.1st?
β
Correct Answer: (D)
grep “^2” empl.1st
You must be Logged in to update hint/solution