InterviewSolution
Saved Bookmarks
| 1. |
Which shortcut does sed offer to replace the string Linux with Red hat Linux?(a) { }(b) ( )(c) ^^(d) &The question was posed to me in a job interview.My question is based upon sed command topic in portion Filters using Regular Expressions of Unix |
|
Answer» The correct answer is (d) & |
|