How do I debug a shell script?
No Answer is Posted For this Question
Be the First to Post Answer
What is subshell?
how is the oppurtunities for unix in the software
In shell scripting if text is surrounded by single quotes what does it denotes?
What is shell and terminal?
What is shell scripting used for?
How to debug the problems encountered in the shell script/program?
What is the use of echo in shell script?
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.
How to find duplicate record in file using shell script?
0 Answers IBM, Saama Tech, Wipro,
How will you list only the empty lines in a file (using grep)?
When should shell programming/scripting not be used?
What is awk in shell script?