What is the use of "$?" Sign in shell script?
No Answer is Posted For this Question
Be the First to Post Answer
What are "c" and "b" permission fields of a file?
How will you print the login names of all users on a system?
Explain about return code?
What is shell chemistry?
What is a shell environment?
Explain about non-login shell files?
What is scripting used for?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
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 is difference between bash and shell?
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.
How to print some text on to the screen?