in a growing log file how will you see the 1st 99 lines?
Answer Posted / sonali
head -99 <file name> - display 1 st 99 lines
tail -99 <file name> - display last 99 lines
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
What is the function of grep command in unix?
What does grep v do?
What is ctrl d?
What is used to type command?
What difference between cmp and diff commands?
Give the command for finding the current date.
Explain command to view process running?
What is awk used for?
What does 'mkdir' command do in UNIX?
How do I search for text in vi?
Which command will print your home directory on screen?
How do I use grep to find a file?
Explain command to display different lines that are found when compare two files?
What are bash commands?
What does the md command do?