91. |
Which option is used with uniq command for selecting non-repeated lines?
|
||||||||
Answer:
Option (c) |
92. |
Which command is used for translating characters?
|
||||||||
Answer:
Option (c) |
93. |
Which option is used with tr command for deleting characters?
|
||||||||
Answer:
Option (a) |
94. |
Which one of the following command is used for searching for a pattern in one or more file(s)?
|
||||||||
Answer:
Option (d) |
95. |
Which one of the following is the correct syntax for grep command?
|
||||||||
Answer:
Option (d) |
96. |
grep command can be used for searching a pattern in more than one file.
|
||||
Answer:
Option (a) |
97. |
What is a shell script?
|
||||||||
Answer:
Option (c) |
98. |
Shell scripts need to be saved with an extension .sh .
|
||||
Answer:
Option (b) |
99. |
To run the script. we should make it executable first by using _____
|
||||||||
Answer:
Option (a) |
100. |
Which of the following operators are used for logical execution?
|
||||||||
Answer:
Option (d) |