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
How do you grep a case insensitive?
What does the command '$ls | wc –l > file1' do?
How do I clear my terminal history?
What are bash commands?
What is the behavioural difference between cmp and diff commands?
What will the following command do?
What is grep in bash?
Enlist some filename manipulation commands in unix.
What does pipe () return?
Which unix command lists files/folders in alphabetical order?
Who command in unix?
Which command will print your home directory on screen?
What is the difference between cat and more command?
What are awk commands?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?