in a growing log file how will you see the 1st 99 lines?
Answer Posted / dibya lochan giri
to see the last 99 lines in a log file you can use the cmd
$ tail -99f <file name>
| Is This Answer Correct ? | 9 Yes | 7 No |
Post New Answer View All Answers
What happens when we execute a unix command?
Write a command that will display files in the current directory, in a colored, long format.
What does sed command do in unix?
How do you repeat a command in terminal?
How do I search a whole word in vim?
What is the use of sed command in unix?
What is the command to view process running?
What is grep r?
What is the comma to show the space allocation of files?
What command will change your prompt to myprompt?
What is the search command in unix?
What is the comma to display different lines that are found when compare two files?
Why is grep called grep?
Which unix command to make a new directory?
What does find command return in unix?