What command a user use to view a long text file
one page at a time in UNIX?
Answer Posted / pitambar mishra
more filename
less filename
But less command is better b'cuz less provides both forward and backward pattern searching and also highlights the pattern
where as more command only provides forward pattern searching.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of egrep command in unix?
What does this command do,"$more readme.txt“?
What is the use of cut command in unix?
Name the unix command to find how many days the server has been up.
What are file commands?
How do I search for text in vi?
What do chmod command do?
What is grep and how do you use it?
What are grep patterns?
What is command substitution?
What is the size of time_t?
What does find command return in unix?
What is grep in bash?
How do I use grep to find a file?
Which command is used to create a directory?