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
What is the command to view process running?
What is used to type command?
What is nr in awk command?
Which unix command lists files/folders in alphabetical order?
Why is it called a shebang?
What is the use of the tee command?
Differentiate cat command from more command.
Name the unix command to find how many days the server has been up.
Which command is used to restrict incoming messages?
How can you see the command line history?
Which unix command to make a new directory?
What is pipe command in unix?
Give the command for finding the current date.
What does 'mkdir' command do in UNIX?
What is grep r?