in UNIX ,What is the command to view contents of a large
error log file?
Answer Posted / niranjan
1) more filename
2) less filename
3) cat filename|pg
4) pg filename
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the difference between awk and grep?
What are grep patterns?
Write a command that will display files in the current directory, in a colored, long format.
How can we use grep command in unix?
Explain ‘library functions’ with respect to unix commands?
Which command is used to kill the last background job?
What does #!/ Bin sh do?
What do chown command do?
what is the advaantage of each user having its own copy of the shell?
What are some command words?
Why is shebang used?
Does cp command overwrite files?
What command is used to check the current users?
Can you explain a little bit about command substitution?
Write a command to display a file’s contents in various formats?