1.

Shell scripts need to be saved with an extension .sh .(a) True(b) FalseI got this question in exam.This question is from Shell Programming using read Command and Command Line Arguments topic in division Essential Shell Programming of Unix

Answer»

Right option is (b) False

For EXPLANATION: It’s not mandatory to save SCRIPT files with .SH extension but we do so for our own convention as it makes it easy to MATCH them with WILDCARDS.



Discussion

No Comment Found

Related InterviewSolutions