I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
1335Post New Shell Script Questions
What is the first line in every perl script called?
Explain about "s" permission bit in a file?
How will you find the 99th line of a file using only tail and head command?
How to find duplicate record in file using shell script?
What is the meaning of $1 in shell script?
What is a batch file used for?
What is option in shell script?
What can you do with powershell?
What are script files?
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 do I edit a .sh file?
What are types of shells?
What are the different variables present in linux shell?
How can you find out how long the system has been running?
What does $$ mean in shell script?