1.

read command is shell’s internal tool.(a) True(b) FalseThis question was posed to me in final exam.I would like to ask this question from Shell Programming using read Command and Command Line Arguments topic in section Essential Shell Programming of Unix

Answer»

Correct OPTION is (a) True

The explanation: read command is the shell’s internal tool for TAKING input from the USER i.e. it makes the scripts INTERACTIVE.



Discussion

No Comment Found

Related InterviewSolutions