What are the advantages of using shell scripts?
No Answer is Posted For this Question
Be the First to Post Answer
What is Linux language details
How to write an Auto scripting for deleting old files using shell script and made a cron job to run on daily basis
How do I run a script from command prompt?
What is difference between bash and shell?
What are types of shells?
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 the equivalent of a file shortcut that we have a window on a linux system?
Is bash an operating system?
How to debug the problems encountered in the shell script/program?
What is a shell environment?
Which scripting language is best for automation?
What does path stand for?