What is bourne shell scripting?
What is an sh file?
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 basename in shell script?
What is inside a seashell?
How important is shell scripting?
How do I start a shell script?
How to check if the previous command was run successfully?
I want to connect to a remote server and execute some commands, how can I achieve this?
write a shell script to check the failed jobs?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
What are the 3 standard streams in linux?
What is MUTEX?