Differentiate between ‘ and ” quotes.
No Answer is Posted For this Question
Be the First to Post Answer
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What is the difference between running a script as ./scriptname.sh and sh scriptname.sh
How to change our default shell?
What is the command to find out today's date?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
How do you schedule a command to run at 4:00 every morning?
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.
What are the advantages of shell scripting?
What is the command for " how many shell is running in your system or how many shell supported by your system " ?.
What is the syntax of "grep" command?
How to get the first line from a file using just the terminal?
Differentiate between ‘ and ” quotes.