in a growing log file how will you see the 1st 99 lines?
Answer Posted / dibyalochangiri
ans-using cmd $tail -99f <log file name>
| Is This Answer Correct ? | 5 Yes | 11 No |
Post New Answer View All Answers
What are file commands?
What does #!/ Bin sh do?
What is a bash command?
What is the use of cut command in unix?
What is the difference between cat and more command?
What do chmod command do?
Can you explain a little bit about command substitution?
What is in grep command?
How do I run a bash script?
How to use grep command to list find the records of a file containing 10 different strings?
What does grep v do?
What does sed command do in unix?
What does pipe () return?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the functionality of a top command?