Linux Search Pattern Question:
Download Questions PDF

Which character to use to escape meaning of special characters in search operations?
a) []
b) ^
c) .
d)

Search Pattern Interview Question
Search Pattern Interview Question

Answer:

d)

Download Search Pattern Interview Questions And Answers PDF

Previous QuestionNext Question
What is the command that can print lines of first file matching with second file?
a) printline
b) cmp
c) com
d) comm
who | cut -d " " -f1.
What is the ouput if the who command displays like this user1 tty 0 1234?
a) user1
b) user1 tty 0 1234
c) tty
d) tty 0 1234