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
Write a command that will display files in the current directory, in a colored, long format.
Which command can you use to find the currently running process in unix server?
What is grep command in unix with examples?
How do I search a whole word in vim?
What is the use of sed command in unix?
What is the use of egrep command in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Explain command to view process running?
Which command should you use to find the remaining disk space in unix server?
What are some command words?
How do I use grep to find a file?
What is ctrl d?
What is command statement?
What will the following command do?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?