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 |
what is the meaning of this command rm -rf / what will it do ?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Briefly, how do you install Oracle software on UNIX.
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
7 Answers Alcatel, Cisco, Infosys, University Exams,
What is ‘ps’ command for?
How to identify whether a file is normal file or directory?
How i'll delete a particular line from the file? Please give answer as soon as possible. Thanks in advance.
How do you find path of a directory? Give its syntax.
what is the use of "grep" command?
how to sort the content of the file based on numeric values
what does a process mean?
distinguish between interrupts and exceptions?