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
Explain about shebang?
What will happen to my current process when I execute a command using exec?
c program to display the information of given file similar to givan by the unix or linux command ls -l
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
How shell works?
What are the advantages of shell script?
How to print all array elements and their respective indexes?
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
Explain about echo command?
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 ?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
Is shell scripting easy to learn?