Unix - Study Mode
[#421] Which of the following commands will be used to delete 6 lines from the current cursor location?
Correct Answer
(C) 6dd
[#422] What will the output of the following command? $ ps -t dev/console
Correct Answer
(A) processes running on terminal named console
[#423] Command substitution requires the command to use . . . . . . . .
Correct Answer
(B) standard output
[#424] A perl program runs in a special interpretive mode.
Correct Answer
(A) True
[#425] Providing a backslash () before the wild card to remove its special meaning is called . . . . . . . .
Correct Answer
(A) escaping