in a growing log file how will you see the 1st 99 lines?
Answer Posted / dinesh babu
sed -n '1,99p' filename
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why is grep called grep?
Explain ‘system calls’ with respect to unix commands?
What is the difference between grep and grep?
How do I run a bash script?
Which unix command to make a new directory?
What is $0 bash?
What is awk good for?
What is the search command in unix?
What do know about tee command?
What is the use of awk command in unix?
Which command is used to delete all files in the current directory and all its sub-directories?
What is the command to find hidden files in the current directory?
What are awk commands?
Which command is used to create a directory?
What is the difference between cat and more command?