1.

To perform context addressing, we have to enclose the pattern in ____(a) double quotes(b) single quotes(c) //(d) $$I had been asked this question during an online exam.This interesting question is from sed command topic in division Filters using Regular Expressions of Unix

Answer»

The correct CHOICE is (C) //

To EXPLAIN: The second form of addressing apart from relative addressing is context addressing. It allows us to SPECIFY ONE or two patterns to locate lines. The pattern must be bounded by a / on either side.



Discussion

No Comment Found

Related InterviewSolutions