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 is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What are bash commands?
What are filter commands in unix?
Is command prompt unix?
What is pipe command in unix?
What does the metacharacter mean?
What is the pipe command?
What is the functionality of a top command?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What are the differences among a system call, a library function, and a unix command?
What is updatedb?
Give the command for finding the current date.
Name the unix command to find how many days the server has been up.
What does this command do,"$more readme.txt“?
What is $0 bash?