in a growing log file how will you see the 1st 99 lines?
Answer Posted / anandthks
head -99 <filename> will give 1st 99 lines
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is the use of tee command?
What is the use of cut command in unix?
Is command prompt unix?
What is the difference between cat and more command?
What is the use of the command 'ls -x chapter[1-5]' ?
What is the command to compare two files in unix?
Which command is used to copy files?
What is the comma to display different lines that are found when compare two files?
What is the use of sed command in unix?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What do chown command do?
Why is grep called grep?
Describe the usage and functionality of the command rm –r * in unix?
What does 'mkdir' command do in UNIX?
Name the various commands that are used for the user information in unix.