What command would users use to see what file one
page at a time in UNIX?
Answer Posted / 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 |
Post New Answer View All Answers
how to sort the content of the file based on numeric values
How does the system know where one command ends and another begins?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Why is shebang used?
What is the first character of the output in ls l command?
What are the general commands in using unix os for a beginner?
Describe the zip/unzip command using gzip.
Which command is used to create a directory?
Write a command that will display files in the current directory, in a colored, long format.
Who wrote grep?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What command is used to switching between users in unix?
How do I find previous commands in unix?
What does sed command do in unix?
What is the use of sed command in unix?