What command a user use to view a long text file
one page at a time in UNIX?
Answer Posted / sridhar
more filename
or
less filename
or
cat filename |more
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Explain ‘library functions’ with respect to unix commands?
Is it inbetween or in between?
What is difference between grep and find command in unix?
Which command is used to restrict incoming messages?
Does cp command overwrite files?
What is rmdir command?
What does #!/ Bin sh do?
Explain ‘system calls’ with respect to unix commands?
What does the metacharacter mean?
What is command substitution?
Name the general commands in using unix os for a beginner?
How do I find previous commands in unix?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
How does the system know where one command ends and another begins?
How do I run a bash script?