What is another name for a bash shell script that you might see?
No Answer is Posted For this Question
Be the First to Post Answer
how did u debugging in unix/ linux platform ??( project Related)
How to redirect both standard output and standard error to the same location?
What does egrep mean?
Why we are writting shell scripts? Plz if possible explain it briefly.
what do u mean by $#,$* in unix programming?
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
What language is shell scripting?
What are the different communication commands available in the shell?
Why is shell scripting important?
write a shell script that accepts name from user and creates a directory by the path name, then creates a text file in that directory and stores in it, the data accepted from user till STOP, displays the no. of characters stored in the file.Program stops if directory name is null
How does shell scripting work?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.