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 |
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
How do you create a directory in UNIX?
What is the nmap command?
what is kernel?
What is the function of grep command in unix?
How to get the operating system's information in unix?
Which command is used to copy files?
What is command statement?
Why is it called grep?
what is the use of "fg" command ?
What is the command to check ports active in UNIX?
Who invented grep?