Unix - Study Mode
[#616] Suppose x =10, then what will be the value of x$x$?
Correct Answer
(D) x10$
[#617] Which of the following is a built-in function for awk?
Correct Answer
(A) length
[#618] Which option is used with the head command to specify line count to display?
Correct Answer
(C) -n
[#619] until loop operates with a reverse logic as used in while loop.
Correct Answer
(A) True
[#620] To test whether perl is in your PATH, use . . . . . . . .
Correct Answer
(A) perl -e