What are two subtle differences in using the more and the pg
commands?
Answer Posted / bharath
more and pg cmds both are using for a displaying the
information by page wise.but in some linux flavours pg cmd
doesnt work
more cmd it ll display page by page information,we cant move
upwards using this cmd.
pg stands for a page.It displays a specified file one
screenful at a time
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between comm and CMP command?
What is the use of mv command in linux?
How do you check which file consuming more space in linux?
What is option in linux command?
How many types of commands are there in linux?
How do I clear my run history?
What are the command prompt commands?
Explain about communication features in UNIX?
What are the 4 kinds of sentences with examples?
What is sudo bash command?
What is iptables command in linux?
Who linux commands?
Why we use pwd command in linux?
Which are the linux directory commands?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.