What command a user use to view a long text file
one page at a time in UNIX?
Answers were Sorted based on User's Feedback
Answer / sridhar
more filename
or
less filename
or
cat filename |more
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / 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 |
Answer / sricharan
more filename or less filename is better to use
| Is This Answer Correct ? | 1 Yes | 0 No |
Enumerate some of the most commonly used network commands in unix?
How can you create a symbolic link to a file or directory?
What is the difference between awk and grep?
What is nr in awk command?
what does the command 'wc' do?
What difference between cmp and diff commands?
what is the use of "grep" command?
what is the use of wild cards?
If we want to see first 35 lines of a file which command we have to use?
What are the dos commands?
Which is the command used to find out currently executing Process in UNIX?
How can we "forked" process in UNIX? How then recognize in any of the branches we?