InterviewSolution
Saved Bookmarks
| 1. |
To suppress the behavior of ‘p’ command of sed, we use ____ option.(a) -q(b) -n(c) -i(d) -vThe question was posed to me by my college professor while I was bunking the class.Origin of the question is sed command topic in division Filters using Regular Expressions of Unix |
|
Answer» The CORRECT CHOICE is (b) -n |
|