What is the lifespan of a variable inside a shell script?
No Answer is Posted For this Question
Be the First to Post Answer
How to make userdefined variables to available for all other shells?
What is egrep?
What are the two files of crontab command?
How to find duplicate record in file using shell script?
0 Answers IBM, Saama Tech, Wipro,
What is the difference between a shell variable that is exported and the one that is not exported?
What is awk in shell script?
How will you copy a file from one machine to other?
how will you find the total disk space used by a specific user?
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 a program shell?
What is a command line shell?
what is the difference between sh & bash shell?