How do you debug a script?
No Answer is Posted For this Question
Be the First to Post Answer
How to open a read-only file in the shell?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
What is a beat in a script?
What is basename in shell script?
Explain about the exit command?
What language is used in terminal?
Tell something about the super block in shell scripting?
What is a shell made of?
What are environment variables?
What exactly is a shell?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
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.