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
What difference between cmp and diff commands?
What is the difference between cat and more command?
Which command can you use to find the currently running process in unix server?
What is the difference between grep and grep?
What is awk command used for?
How do I use nslookup?
What does pipe () return?
What is awk used for?
Why is it called a shebang?
What is the use of sed command in unix?
Write a command to kill the last background job?
what is the advaantage of each user having its own copy of the shell?
Who invented grep?
What does find command return in unix?
Explain how to use grep command to list find the records of a file containing 10 different strings?