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 can you see the command line history?
What is rmdir command?
What command is used to switching between users in unix?
What is sed awk grep?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
How do I use nslookup?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the use of the command 'ls -x chapter[1-5]' ?
What is the difference between awk and grep?
What is the pipe command?
Who invented grep?
What is the command to compare two files in unix?
How do I search for text in vi?
What is the use of egrep command in unix?
What is awk good for?