InterviewSolution
Saved Bookmarks
| 1. |
Which of the following characters are used with sed as anchoring characters?(a) $(b) ^(c) %(d) $ and ^The question was asked in an interview for internship.I would like to ask this question from sed command topic in portion Filters using Regular Expressions of Unix |
|
Answer» Correct ANSWER is (d) $ and ^ |
|