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
Using unix command how to display no of records in oracle?
How does shebang work?
How do you repeat a command in terminal?
Differentiate cat command from more command.
What is the use of cut command in unix?
Which command can you use to find the currently running process in unix server?
What is the functionality of a top command?
What is updatedb?
Which command is used to delete all files in the current directory and all its sub-directories?
What is command statement?
What is .sh file?
How do I delete files from command prompt?
How to find $ai_serual resolved path by using unix
How to use grep command to list find the records of a file containing 10 different strings?
What is the pipe command?