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
How do I find previous commands in unix?
Explain mount and unmount command.
What does touch command do in unix?
Differentiate cmp command from diff command.
What happens when we execute a unix command?
Differentiate cat command from more command.
What is the comma to display different lines that are found when compare two files?
What are file commands?
What is unix command line?
What is time_t?
What is grep and how do you use it?
Are you in or at the office?
What is the command to view process running?
What is s and g in sed command?
How do I search for a file in unix command?