in UNIX ,What is the command to view contents of a large
error log file?
Answers were Sorted based on User's Feedback
Answer / niranjan
1) more filename
2) less filename
3) cat filename|pg
4) pg filename
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Answer / subbareddy kake
tail -100 <filenme>:It gives last 100 lines of the file.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / 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 |
Briefly, how do you install Oracle software on UNIX.
What does the command ' $who | sort –logfile > newfile' do?
What is grep r?
What does the md command do?
Which command can you use to find the currently running process in unix server?
What is the command to check ports active in UNIX?
hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command
Give the command to display space usage on the UNIX file system.
What difference between cmp and diff commands?
How do you find path of a directory? Give its syntax.
Which is the command used to find out currently executing Process in UNIX?
what is the command to list files in a directory in UNIX?