What shell is bin sh?
No Answer is Posted For this Question
Be the First to Post Answer
How to sort a result of Ls -l command based on columns. Ex. i want to sort 5th column from output of ls -l command.
How does ls command work?
wats the deinitions for shell utility and filter?
How do I debug a shell script?
What is a file basename?
What is shift command in shell script?
What is Path variable?What is its use?
I want to upload a file to remote server through ftp daily.Can anyone suggest how to make a shell script for that.I hv credentials for that ftp
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.
How will you connect to a database server from linux?
shell script for reverse the string
Explain about echo command?