adplus-dvertising

Welcome to the Filters and Regular Expressions MCQs Page

Dive deep into the fascinating world of Filters and Regular Expressions with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of Filters and Regular Expressions, a crucial aspect of UNIX. In this section, you will encounter a diverse range of MCQs that cover various aspects of Filters and Regular Expressions, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within UNIX.

frame-decoration

Check out the MCQs below to embark on an enriching journey through Filters and Regular Expressions. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of UNIX.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of Filters and Regular Expressions. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

Filters and Regular Expressions MCQs | Page 7 of 18

Q61.
To select lines containing gupta and agarwal, which command will be used?
Discuss
Answer: (a).sed -n ‘/gupta/,/agarwal/p’ emp.lst
Q62.
To write selected lines, ____ is used with sed.

a.

i

b.

n

c.

w

d.

p

Discuss
Answer: (c).w
Q63.
Which built-in variable is used by the awk to specify the line numbers?
Discuss
Answer: (b).NR
Q64.
What is the default delimiter used by awk?
Discuss
Answer: (b).whitespace
Q65.
The printf function uses ___ for string data and ___ for numeric.
Discuss
Answer: (c).%s, %d
Q66.
awk doesn’t use $ in evaluation or assignment of variables.
Discuss
Answer: (a).True
Q67.
A user-defined variable is initialized to ____
Discuss
Answer: (b).zero or null string
Q68.
awk uses ___ operator for concatenating strings.
Discuss
Answer: (d).no operator available
Q69.
awk uses __ and __ as comparison operators.
Discuss
Answer: (b).||, &&
Q70.
awk allows the user to use variables of his own choice.
Discuss
Answer: (a).True

Suggested Topics

Are you eager to expand your knowledge beyond UNIX? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!