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
Hi All, Is it possible to create one file name only space or space in file name in UNIX and we can able to run that on Unix?
What is the equivalent of a file shortcut that we have a window on a linux system?
How do I run a shell script in powershell?
How are shells born?
What are zombie processes?
Is shell scripting useful?
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.
What is the use of "test" command?
What is bash used for?
Print the 10th line without using tail and head command.
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.
What does echo $0 do?