InterviewSolution
Saved Bookmarks
| 1. |
The command $ sed -n ‘$p’ emp.lst will display the last line.(a) True(b) FalseI had been asked this question by my school principal while I was bunking the class.This intriguing question comes from sed command topic in portion Filters using Regular Expressions of Unix |
|
Answer» The correct option is (a) True |
|