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 do know about tee command and its usage?
What is the command to compare two files in unix?
What command is used to check the current users?
How does the system know where one command ends and another begins?
What is $0 bash?
What is the use of cut command in unix?
How do I search a whole word in vim?
What is the use of egrep command in unix?
Are you in or at the office?
What do chmod, chown, chgrp commands do?
What does the command '$ls | wc –l > file1' do?
Name the unix command to find how many days the server has been up.
What is {} in find command?
What is the comma to show the space allocation of files?
What is pipe command in unix?