How do I start a shell script?
No Answer is Posted For this Question
Be the First to Post Answer
How do you create a shortcut in linux?
How to find all the files modified in less than 3 days and save the record in a text file?
How to write an Auto scripting for deleting old files using shell script and made a cron job to run on daily basis
In which variable prompt value is stored?
What is option 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 declare functions in unix shell script?
give me some website where i can get unix and testing meterials
What is the use of a shebang line?
How to write a function?
How to set an array in linux?
What is difference between bash and shell?