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 can you change the owner or group of a file?
Who invented grep?
What is the protocol for PING command?
What does the command '$ls | wc –l > file1' do?
How to rename files and folders?
what are filters?
boot process?
What is an Environment Variable?
What is the difference between awk and grep?
what is the difference between commmands cmp and diff?
Briefly, how do you install Oracle software on UNIX.
fork in unix ?