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 grep short for?
What is the functionality of a top command?
Write a command to display a file’s contents in various formats?
Explain ‘library functions’ with respect to unix commands?
What is the use of egrep command in unix?
How to display no of records in oracle using unix command?
What is the comma to show the space allocation of files?
What is the difference between grep and grep?
What are reported commands?
Which command is used to kill the last background job?
hw will u use awk in replacing cahrs and files
Can you explain a little bit about command substitution?
Enumerate some of the most commonly used network commands in unix?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What does 'mkdir' command do in UNIX?