What command a user use to view a long text file
one page at a time in UNIX?
Answer Posted / pitambar mishra
more filename
less filename
But less command is better b'cuz less provides both forward and backward pattern searching and also highlights the pattern
where as more command only provides forward pattern searching.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is rmdir command?
What is the command to view process running?
Is command prompt unix?
What are awk commands?
What is the comma to display different lines that are found when compare two files?
How do I search for a file in unix command?
What is a bash command?
What is a command and examples?
What do know about tee command?
What is the functionality of a top command?
What does the command ' $who | sort –logfile > newfile' do?
What do know about tee command and its usage?
what is the advaantage of each user having its own copy of the shell?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What does the command '$ls | wc –l > file1' do?