adplus-dvertising
frame-decoration

Question

Which option displays only the filename containing the pattern?

a.

-i

b.

-n

c.

-e

d.

-l

Answer: (d).-l

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which option displays only the filename containing the pattern?

Similar Questions

Discover Related MCQs

Q. _____ option is used when we need to match multiple patterns in a single invocation of grep command?

Q. For taking patterns from a file, -f option is specified with grep command.

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

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.