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
Why is it called grep?
How do I search for text in vi?
How do you repeat a command in terminal?
What are awk commands?
What is command substitution?
What is the difference between cat command and more command?
What is the command to view process running?
How do I delete files from command prompt?
What is the use of the tee command?
What happens when we execute a unix command?
Which command is used to restrict incoming messages?
What is awk good for?
Explain mount and unmount command.
What is the use of find command in unix?
Enlist some filename manipulation commands in unix.