What command would users use to see what file one
page at a time in UNIX?
Answer Posted / suitable
less <filename>
cat <filename> | less
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How do I search for text in vi?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the significance of the 'tee' command?
What does the command '$ls | wc –l > file1' do?
What does pipe () return?
How does shebang work?
What is the command to find maximum memory taking process on the server?
How do I run a bash script?
What is unix command line?
What do know about tee command?
What does sed command do in unix?
how to sort the content of the file based on numeric values
What is merge command in unix?
What are awk commands?
What is difference between grep and find command in unix?