What is the difference between break and continue commands?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

Hi, all Scripting professional. Q. I have written script1.sh and calling script2.sh in script1.sh file using bash shell as interpreter and my log in shell also bash shell.My code like Script1 #!/bin/bash echo "My script2 call" . script2.sh Here script2.sh file run successfully but when I have changed my interpreter bash to ksh like #!/bin/ksh Error are comming script2.sh command not found. Guid me how to call other script in our main script.

2 Answers  


wats the deinitions for shell utility and filter?

0 Answers  


What does $@ mean in shell?

0 Answers  


What is meant by $1 in shell script?

0 Answers  


What are types of shells?

0 Answers  






What is the use of "test" command?

2 Answers  


Is shell a part of kernel?

0 Answers  


What is gui scripting?

0 Answers  


What are the disadvantages of shell scripting?

0 Answers  


How to sort a result of Ls -l command based on columns. Ex. i want to sort 5th column from output of ls -l command.

6 Answers   TCS,


What is the use of "shift" command in passing parameters?

1 Answers  


Give some situations where typing error can destroy a program?

0 Answers  


Categories