Computer Science - Unix

Exercise : Unix - Section 3
11.
Which of the following special shell variables is used to process number of the current shell?
$!
$$
$0
$*
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

12.
Which option is used with cmp command to give a detailed list of the byte number and the differing bytes in octal for each character that differs in both the files?
-l
-d
-r
-b
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

13.
Which command is used with vi editor scroll half page backward?
[Control-d]
[Control - u]
[Control-c]
[Control -P]
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

14.
Which command is used with vi editor to move cursor forward to first occurrence of character 'ch' in the current line?
tch
fch
rch
ech
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

15.
Which of the following keys is used to delete the character beneath the cursor?
x
X
dd
D
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.