I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

What is the difference between break and continue commands?

0 Answers  


write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.

2 Answers  


Script S1 (which copies .dat files from one directory1 to another directory2) run continuously. Write Script S2 which kills S1 first, compresses all .dat files in directory1 and directory2 successfully, re-run Script S1 and stops self i.e. S2.

2 Answers   IBM, TCS,


Why is used in shell scripting?

0 Answers  


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.

6 Answers   TCS,


What is the difference between running a script as ./scriptname.sh and sh scriptname.sh

1 Answers  


What does .sh file contain?

0 Answers  


What is a file basename?

0 Answers  


Which scripting language is best for automation?

0 Answers  


What language is bash written in?

0 Answers  


What does egrep mean?

0 Answers  


Explore about environment variables?

0 Answers  


Categories