write a shell script to check the failed jobs?
How to check if a directory exists?
What does echo $0 do?
How to find duplicate record in file using shell script?
0 Answers IBM, Saama Tech, Wipro,
How to get the last line from a file using just the terminal?
What are the additional egrep symbols?
Differentiate between ‘ and ” quotes.
What is bourne shell scripting?
Why is used in shell scripting?
Is SSO and SSL support BOXI?
How do you create a shortcut in linux?
How to create environment variables?What are the conditions for creating variables?
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.