What command would users use to see what file one
page at a time in UNIX?
Answer Posted / jaga
ls | more
cat file.txt | more
more file.txt
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What does the “echo” command do?
What is the command to view process running?
What are file commands?
What does pipe () return?
Is ‘du’ a command? If so, what is its use?
What is .sh file?
Are you in or at the office?
What is grep and how do you use it?
What is ctrl d?
What is the use of cut command in unix?
What does the command ' $who | sort –logfile > newfile' do?
Can you explain a little bit about command substitution?
What command will change your prompt to myprompt?
What do know about tee command and its usage?
How do I use grep to search for a file?