I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
1352Post New Shell Script Questions
What is mac default shell?
What are the different types of commonly used shells on a typical linux system?
Can we run shell script in windows?
What is the use of "$#" in shell scripting?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
Is scripting and coding the same thing?
How to redirect both standard output and standard error to the same location?
Is shell scripting useful?
What does $@ mean bash?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
Why is a script important?
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 find all the files modified in less than 3 days and save the record in a text file?
Is shell script a programming language?
determine the output of the following command: echo ${new:-variable}