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
What is difference between grep and find command in unix?
Name the various commands that are used for the user information in unix.
What do chmod, chown, chgrp commands do?
What is grep and how do you use it?
What is the function of grep command in unix?
What is sed awk grep?
What will the following command do?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What do chown command do?
How do I use grep to find a file?
What is unix command?
Which command should you use to find the remaining disk space in unix server?
Does cp command overwrite files?
What does this command do,"$more readme.txt“?
What is the command to find hidden files in the current directory?