

MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Unix knowledge and support exam preparation. Choose a topic below to get started.
1. |
The command $ sed -n $p emp.lst will display the last line. |
A. | True |
B. | False |
Answer» B. False | |
2. |
To suppress the behavior of p command of sed, we use ____ option. |
A. | -q |
B. | -n |
C. | -i |
D. | -v |
Answer» C. -i | |