in a growing log file how will you see the 1st 99 lines?
Answer Posted / anandthks
head -99 <filename> will give 1st 99 lines
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What does the md command do?
What does grep v grep do?
What does pipe () return?
What does awk stand for?
Which command will print your home directory on screen?
Can you enlist some commonly used network commands?
What does the command '$ls | wc –l > file1' do?
What is the difference between awk and grep?
What are awk commands?
How does pipe () work?
Is grep faster than awk?
How do I use grep to search for a file?
What do know about tee command?
What is in grep command?
How do you repeat a command in terminal?