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
What is awk used for?
What does awk stand for?
What are file commands?
What is the use of sed command in unix?
Explain ‘library functions’ with respect to unix commands?
What does pipe () return?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is grep command in unix with examples?
Who command in unix?
How do you repeat a command in terminal?
What do know about tee command and its usage?
What does grep v grep do?
How do I find previous commands in unix?
What is pipe command in unix?
Give the command for finding the current date.