in a growing log file how will you see the 1st 99 lines?
Answer Posted / kiruthiga.s
Syntax:
head -99 file name
if file name is test1.txt
Example:
head -99 test1.txt
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How does the system know where one command ends and another begins?
Why is awk called awk?
How to display no of records in oracle using unix command?
How do I search for text in vi?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the use of tee command?
What does sed command do in unix?
What do chmod command do?
What is grep r?
What are the differences among a system call, a library function, and a unix command?
What is in grep command?
Write a command to kill the last background job?
What is the general format of unix command syntax?
What is the unix command to confirm a remote host is alive or not?