in a growing log file how will you see the 1st 99 lines?
Answer Posted / anshul basra
$ head -99 <filename> will show first 99lines of that file.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How do you grep recursively?
What is command statement?
What does grep v do?
What command is used to switching between users in unix?
What is the first character of the output in ls l command?
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
Write a command that will display files in the current directory, in a colored, long format.
Name the general commands in using unix os for a beginner?
What is grep r?
How do you grep a case insensitive?
What is the command to find hidden files in the current directory?
What is unix command line?
What is awk used for?
Which command should you use to find the remaining disk space in unix server?
How to use grep command to list find the records of a file containing 10 different strings?