in UNIX ,What is the command to view contents of a large
error log file?
Answer Posted / subbareddy kake
tail -100 <filenme>:It gives last 100 lines of the file.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Which command is used to copy files?
What is time_t?
Why is awk called awk?
How to use grep command to list find the records of a file containing 10 different strings?
What are file commands?
Describe the zip/unzip command using gzip.
How do I search for text in vi?
What is the use of egrep command in unix?
What does grep v do?
What is the first character of the output in ls l command?
What is command statement?
How do I search a whole word in vim?
What is the significance of the 'tee' command?
How do I run a whois command?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.