I want to connect to a remote server and execute some commands, how can I achieve this?
No Answer is Posted For this Question
Be the First to Post Answer
Dear All, Can anybody tell me how to predefind no. of selected rows from a text file.
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 use of script interpreter in shell scripting?
Explain about echo command?
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 do I run a shell script on a mac?
Print the 10th line without using tail and head command.
Can shell script run on windows?
Write a shell script in Linux to shift all characters in a file forward by five characters. (Thus “a” becomes “f’”).
2 Answers Ignou, Tripura Info,
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 to know that your remote server is ruing smoothly or not in unix?
Why do we use shell scripting?