What is $1 in shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to display all the files from the current directory which are created in particular month
Explain about gui scripting?
What is meant by $1 in shell 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.
What is option in shell script?
What are the different shells available?
How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)
What is "test"? How it is used in shell scripting?
How to change our default shell?
What is shift command in shell script?
In which variable prompt value is stored?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.