in a growing log file how will you see the 1st 99 lines?
Answer Posted / kiruthiga.s
Syntax:
head -99 file name
if file name is test1.txt
Example:
head -99 test1.txt
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do I delete files from command prompt?
What does this command do,"$more readme.txt“?
What are reported commands?
Can you explain a little bit about command substitution?
Explain the steps that a shell follows while processing a command.
What is the pipe command?
What is the general format of unix command syntax?
Who command in unix operating system?
What is the significance of the 'tee' command?
What does pipe () return?
Which unix command to make a new directory?
Write a command that will display files in the current directory, in a colored, long format.
What is used to type command?
What is difference between grep and find command in unix?
Which command will print your home directory on screen?