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 |
how many internal commands is there in UNIX?
what will this do $cat > file.c ?(file.c is a file in current directory)
What is the unix command to confirm a remote host is alive or not?
Can a process kill itself in UNIX/or in its various versions?
What is the syntax of grep command and what is its use?
what are the different commands used to view the contents of a file?
What is time_t?
What is the difference between udp and tcp?
How do you grep recursively?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Explain command to view process running?
What are the differences among a system call, a library function, and a unix command?