Computer Science - Linux

Exercise : Linux - Section 1
26.
What command is used to sort the lines of data in a file in alphabetical order?
sort - r
st
sh
sort
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

27.
What command is used with vi editor to save file and remain in the editing mode?
x
q!
:w
:q
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

28.
What command is used with vi editor to move back to the beginning of a word?
w
e
a
b
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

29.
What command is used with vi editor to search a pattern in the forward direction?
??
//
?
/
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

30.
What command is used to add printing jobs to the queue?
lpd
lpr
lpq
lpc
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.