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 advaantage of each user having its own copy of the shell?
What is a bash command?
Is ‘du’ a command? If so, what is its use?
Explain command to view process running?
How do I open a port?
Using unix command how to display no of records in oracle?
Which unix command lists files/folders in alphabetical order?
What is grep command in unix with examples?
Who command in unix?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is “chmod” command?
What does this command do,"$more readme.txt“?
What is grep and how do you use it?
What happens when we execute a unix command?
Which command is used to create a directory?