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
Create a bash shell script that reads a line from the user consisting of 5 words and then prints them out in reverse order. Name this script "reverse.sh"
What language is bash?
Calculate a real number calculation directly from the terminal and not any shell script.
What are types of shells?
Explain about sourcing commands?
How will I insert a line "abcdef" at every 100th line of a file?
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.
What are "c" and "b" permission fields of a file?
whta is the use of "exec" command?
What is the use of .sh file?
What are the four fundamental components of every file system on linux?
Print the 10th line without using tail and head command.