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 |
How we will execute previous command in vi editor?
How do you change your account's password?
What are file commands?
What is shrinking file system in AIX where it actually resides?
What is $0 bash?
how unix kernel distinguishes between a normal file and device file ?
7 Answers Google, IBM, McAfee, Vodafone,
how to check a file system type
What command will change your prompt to myprompt?
How do you create a directory in UNIX?
How to display a file name which has zero bytes in size.
what are processor execution levels and priorities?
what does a process mean?