What is the use of echo in shell script?
No Answer is Posted For this Question
Be the First to Post Answer
Which is best institute for testing tool?
What does $# stand for?
Is shell a part of kernel?
How to declare functions in unix shell script?
How to make userdefined variables to available for all other shells?
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.
What is shell environment?
What language is shell scripting?
Dear All, Can anybody tell me how to predefind no. of selected rows from a text file.
What is the best scripting language?
Write a shell script to check whether a number is Armstrong number or not?
What is bash command used for?