How do you debug a script?
No Answer is Posted For this Question
Be the First to Post Answer
how to delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
What is bourne shell scripting?
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.
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.
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
What are the two files of crontab command?
How to declare functions in unix shell script?
What is shell scripting used for?
is this growing field and what is average package in this?
Write down the syntax of "for " loop
How would you replace the n character in a file with some xyz?
What is sudo command?