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
What is time_t?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Which command is used to copy files?
How does shebang work?
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
Who command in unix operating system?
What is the difference between cat command and more command?
How do I use grep to find a file?
How do I find previous commands in unix?
What are file commands?
Describe the zip/unzip command using gzip.
What is the command to find hidden files in the current directory?
What is a bash command?
Explain mount and unmount command.
What is awk good for?