Unix - Study Mode
[#731] Which function is used for handling substitutions in perl?
Correct Answer
(D) tr and s
[#732] To spawn a child of our own choice for running the script, we can use . . . . . . . . command.
Correct Answer
(C) sh
[#733] For automatic indentation, . . . . . . . . is used with : set command.
Correct Answer
(B) autoindent
[#734] . . . . . . . . statement matches an expression for more than one alternative.
Correct Answer
(D) case
[#735] For displaying the archive, -t option is used with the tar command.
Correct Answer
(A) True