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 |
Who invented grep?
what is Online(STM) and offline diagnostics in HP-UX?
Which command is used to copy files?
What is the size of time_t?
How do I find previous commands in unix?
How do I open a port?
How do I run a bash script?
which script will invoke first ,when /etc/init.d starts
What is the difference between grep and grep?
what is the default signal kill in unix?
How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.
3 Answers Amazon, MBA, Syntel, TCS, Unisys,
What are bash commands?