What command a user use to view a long text file
one page at a time in UNIX?
Answers were Sorted based on User's Feedback
Answer / sridhar
more filename
or
less filename
or
cat filename |more
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / 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 |
Answer / sricharan
more filename or less filename is better to use
| Is This Answer Correct ? | 1 Yes | 0 No |
By using which command we can find the CPU utilization time?
What command is used to replace the existing string with some other?
What does the md command do?
What do know about tee command?
Why is grep called grep?
In UNIX, what is the command to kill a process?
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?
What does the command ' $who | sort –logfile > newfile' do?
How to identify whether a file is normal file or directory?
What is the general format of unix command syntax?
Give Command that will move a single file called "unix.txt"
What is the pipe command?