What is shell chemistry?
No Answer is Posted For this Question
Be the First to Post Answer
What are types of shells?
Can shell script run on windows?
how will you find the total disk space used by a specific user?
What does $0 mean in shell script?
What is the use of .sh file?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
What is the fastest scripting language?
What happens on a system call?
In shell scripting if text is surrounded by single quotes what does it denotes?
How do you schedule a command to run at 4:00 every morning?
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.
Why do we use shell scripting?