Is cmd a shell?
No Answer is Posted For this Question
Be the First to Post Answer
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 shebang?
How do you schedule a command to run at 4:00 every morning?
How do I save a powershell script?
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.
Where cron file kept?
How to get script name inside a script?
What is bash shell command?
How to get the 3rd element/column from each line from a file?
What is @echo off?
How to find all the files modified in less than 3 days and save the record in a text file?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1