adplus-dvertising
frame-decoration

Question

POSIX identifies regular expressions as belonging to ____ categories.

a.

3

b.

2

c.

4

d.

5

Answer: (b).2

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. POSIX identifies regular expressions as belonging to ____ categories.

Similar Questions

Discover Related MCQs

Q. grep command supports both extended and regular expressions.

Q. Character class is used for matching a group of characters enclosed within a pair of _____

Q. The following command will match ‘Agarwal’, ‘agarwal’ and ‘agrawal’.

$ grep “[aA]g[ar][ar]wal” emp.lst

Q. Which of the following symbol is used for matching the immediate preceding character?

Q. Which symbol is used for matching a single character?

Q. Which of the following symbols are used for matching a pattern at specified locations?

Q. The following command will match the lines beginning with ‘2’.

$ grep “^2” emp.lst

Q. Which of the following symbols are a set of ERE (extended regular expressions) ?

Q. Which option is used when we want to use an ERE with grep command?

Q. Which of the following symbols are used for matching multiple patterns?

Q. To perform context addressing, we have to enclose the pattern in ____

Q. To select lines containing gupta and agarwal, which command will be used?

Q. To write selected lines, ____ is used with sed.

Q. Which built-in variable is used by the awk to specify the line numbers?

Q. What is the default delimiter used by awk?

Q. The printf function uses ___ for string data and ___ for numeric.

Q. awk doesn’t use $ in evaluation or assignment of variables.

Q. A user-defined variable is initialized to ____

Q. awk uses ___ operator for concatenating strings.

Q. awk uses __ and __ as comparison operators.