What command a user use to view a long text file
one page at a time in UNIX?
Answer Posted / rajesh m
ls -l filename | more
or pg -l | more
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Does cp command overwrite files?
Why is grep called grep?
Why is it called a shebang?
What are reported commands?
What are the general commands in using unix os for a beginner?
What is the use of find command in unix?
What is the comma to display different lines that are found when compare two files?
What is the difference between cat and more command?
What do know about tee command?
What do chmod command do?
What is a bash command?
What do chown command do?
What is merge command in unix?
What does the command ' $who | sort –logfile > newfile' do?
What does this command do,"$more readme.txt“?