Why is the use of shell script?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of script interpreter in shell scripting?
How to customise the existing shell?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
What is a shell script? Can you name some of its advantages?
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 do you know which shell I am using?
how did u debugging in unix/ linux platform ??( project Related)
What are environment variables?
Write a shell program to test whether a given number is even or odd?
is there any command to find user password?
wats the she bang statment with syntax?
Explain how you Automate your application using Shell scripting.