What command would users use to see what file one
page at a time in UNIX?
Answers were Sorted based on User's Feedback
pager filename
pg filename
less filename
more filename
cat filename | less or more..
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / venkatesh
cat <filename> | more
less <filename> | more
cat <filename> | less
pg <filename>
by using above that commanda we can display the file and
page at the same time.
| Is This Answer Correct ? | 2 Yes | 0 No |
what is shell?
Give Command that will move a single file called "unix.txt"
how to find largest file?
14 Answers HCL, Microsoft, Thomson Reuters,
How does the system know where one command ends and another begins?
What is the difference between udp and tcp?
How can we use grep command in unix?
what is the default signal kill in unix?
Which command should you use to find the remaining disk space in unix server?
What is time_t?
what is the difference between commmands cmp and diff?
What are the differences among a system call, a library function, and a unix command?
How do I use grep to search for a file?