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
Which unix command lists files/folders in alphabetical order?
What is rmdir command?
What is difference between grep and find command in unix?
What does grep v grep do?
Name the general commands in using unix os for a beginner?
Why is it called grep?
How do I search for a file in unix command?
How do I open a port?
What does the command '$ls | wc –l > file1' do?
Which command is used to copy files?
What is command statement?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the unix command to confirm a remote host is alive or not?
What does the “echo” command do?
What is pipe command in unix?