in a growing log file how will you see the 1st 99 lines?
Answers were Sorted based on User's Feedback
Answer / sonali
head -99 <file name> - display 1 st 99 lines
tail -99 <file name> - display last 99 lines
| Is This Answer Correct ? | 20 Yes | 2 No |
Answer / anshul basra
$ head -99 <filename> will show first 99lines of that file.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / kiruthiga.s
Syntax:
head -99 file name
if file name is test1.txt
Example:
head -99 test1.txt
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Answer / dibyalochangiri
ans-using cmd $tail -99f <log file name>
| Is This Answer Correct ? | 5 Yes | 11 No |
How to use grep command to list find the records of a file containing 10 different strings?
Give the command to display space usage on the UNIX file system.
what is virtual machine?
Is it inbetween or in between?
Can you explain a little bit about command substitution?
How do I search a whole word in vim?
Differentiate cat command from more command.
What is the use of cut command in unix?
What do chmod, chown, chgrp commands do?
Write a command to display a file’s contents in various formats?
How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. Please help me , i don't no the exact answer?
What does grep v grep do?