InterviewSolution
Saved Bookmarks
| 1. |
For escaping the newline character we can use ____(a) /(b) \(c) ?(d) \nI got this question at a job interview.Origin of the question is Pattern Matching, Escaping and Quoting in portion The Shell of Unix |
|
Answer» Correct answer is (b) \ |
|