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 awk used for?
what is the advaantage of each user having its own copy of the shell?
What is s and g in sed command?
What is the use of awk command in unix?
What are the general commands in using unix os for a beginner?
How do I use nslookup?
What command is used to check the current users?
Which command should you use to find the remaining disk space in unix server?
Which unix command to make a new directory?
What are filter commands in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Enumerate some of the most commonly used network commands in unix?
How does pipe () work?
How do you grep a case insensitive?
Which command is used to create a directory?