What are two subtle differences in using the more and the pg
commands?
Answers were Sorted based on User's Feedback
Answer / jack
both r used to view the contents of a file.but main
difference is that while viewing the file using more
command ,we use spacebar to see another screenful and in pg
command ,we use return key
| Is This Answer Correct ? | 2 Yes | 0 No |
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 |
What does cd – command do?
How do I list all processes in linux?
How do I check command history?
How does grep work in linux?
How do I find my hostname in linux?
What is the syntax of mkdir?
Is python faster than bash?
Which command will show you free/used memory?
What command you execute to display the last five commands you have entered?
Is a command a full sentence?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
What is the purpose of the "top" command?