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 is the nmap command?
How do you repeat a command in terminal?
Describe the zip/unzip command using gzip.
How can you see the command line history?
What is the unix command to confirm a remote host is alive or not?
What are reported commands?
what is the advaantage of each user having its own copy of the shell?
What is time_t?
Who command in unix operating system?
How do I use grep to find a file?
What are grep patterns?
Why is it called grep?
What does pipe () return?
Which unix command lists files/folders in alphabetical order?
What do chgrp command do?