in UNIX ,What is the command to view contents of a large
error log file?
Answer Posted / aseem
More command is most appropriate. Head and tail can only be
used is if you want to see, say 100 lines of files or
something like that but it never helpful to see the entire file.
more <file name>
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How do you repeat a command in terminal?
What does this command do? Cat food 1 > kitty
What does the “echo” command do?
What is the use of the tee command?
What are awk commands?
How do I use nslookup?
What is awk used for?
How to display no of records in oracle using unix command?
What is the difference between awk and grep?
What is the difference between grep and grep?
What command is used to check the current users?
Which command is used to restrict incoming messages?
Write a command to display a file’s contents in various formats?
What is difference between grep and find command in unix?
Does cp command overwrite files?