in a growing log file how will you see the 1st 99 lines?
Answer Posted / anshul basra
$ head -99 <filename> will show first 99lines of that file.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What difference between cmp and diff commands?
How to display no of records in oracle using unix command?
Why is shebang used?
What is command substitution?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What does touch command do in unix?
how to sort the content of the file based on numeric values
What is the functionality of a top command?
What is the use of the tee command?
What is the comma to show the space allocation of files?
Explain the steps that a shell follows while processing a command.
Describe the zip/unzip command using gzip.
What is awk good for?
Name the general commands in using unix os for a beginner?
What are filter commands in unix?