What is the use of .sh file?
No Answer is Posted For this Question
Be the First to Post Answer
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
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 open a read-only file in the shell?
Explain about non-login shell files?
What is the syntax of while loop in shell scripting?
How important is shell scripting?
How do I run a bin bash script?
A file has multiple records each having three 30-bit long fields(field1,field2,field3).There is also a lookup file,LOOK_UP.dat.Now, we need to consider only the last ten digits of field1 and lookup the file LOOK_UP.dat. If there a match then field2 and field3 should replaced with corresponding data from the lookup file. otherwise that particular record,for which there is no match, should be stored in a seperate file.
Explain about shebang?
Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"
What is the equivalent of a file shortcut that we have a window on a linux system?
How do you create a shortcut in linux?