in UNIX ,What is the command to view contents of a large
error log file?
Answer Posted / yuvaevergreen
various options are available. more,pg,less are available.
Generally,users view the last part of a log file.For that
tail is used.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do I search for a file in unix command?
What is the use of find command in unix?
What is the use of egrep command in unix?
what is the advaantage of each user having its own copy of the shell?
What does the command ' $who | sort –logfile > newfile' do?
What is the general format of unix command syntax?
What is the command to compare two files in unix?
What is nr in awk command?
What is time_t?
What is awk good for?
What are the general commands in using unix os for a beginner?
What is the use of the command 'ls -x chapter[1-5]' ?
Why is awk called awk?
How do you grep recursively?
What is the use of tee command?