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
You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?
What is the command to see on which port which service is running?
How do I check command history?
What is the difference between rmdir and rm r?
What is the difference between locating and locate command?
What does cd do in linux?
Enlist some linux to file content commands?
Who whoami linux?
What is s in permission linux?
What is difference between sh and bash?
What is shell scripting commands?
How do I check disk space in linux?
What is df command in linux?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What is the root directory linux?