in a growing log file how will you see the 1st 99 lines?
Answer Posted / anshul basra
$ head -99 <filename> will show first 99lines of that file.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What does pipe () return?
What is $0 bash?
Name the general commands in using unix os for a beginner?
Is it inbetween or in between?
What is time_t?
What is the unix command to confirm a remote host is alive or not?
how to sort the content of the file based on numeric values
How do I search a whole word in vim?
Which unix command to make a new directory?
How do I use grep to find a file?
Who invented grep?
How does the system know where one command ends and another begins?
Can you explain a little bit about command substitution?
How do I use grep to search for a file?
Write a command to display a file’s contents in various formats?