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
What is command statement?
Write a command to display a file’s contents in various formats?
Which command is used to restrict incoming messages?
How do I use grep to find a file?
What is grep in bash?
Write a command that will display files in the current directory, in a colored, long format.
What is the search command in unix?
What is the use of finger command?
What is the general format of unix command syntax?
What is the command to compare two files in unix?
What are the dos commands?
What is awk used for?
What does pipe () return?
Which command is used to kill the last background job?
Describe the usage and functionality of the command rm –r * in unix?