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
2.4k
0
Do you find this helpful?
5

View all MCQs in

Linux Programming

Discussion

No comments yet