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 do chmod command do?
What is the comma to display different lines that are found when compare two files?
Explain command to show the space allocation of files?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the size of time_t?
What does awk stand for?
Name the various commands that are used for the user information in unix.
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
How do I delete files from command prompt?
What is command statement?
How do I run a bash script?
What is $0 bash?
What is the use of egrep command in unix?
What does the command '$ls | wc –l > file1' do?
What is the difference between cat command and more command?