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



What command a user use to view a long text file one page at a time in UNIX?..

Answer / sridhar

more filename
or
less filename
or
cat filename |more

Is This Answer Correct ?    13 Yes 0 No

What command a user use to view a long text file one page at a time in UNIX?..

Answer / jaga

cat file.txt | more

Is This Answer Correct ?    8 Yes 0 No

What command a user use to view a long text file one page at a time in UNIX?..

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

What command a user use to view a long text file one page at a time in UNIX?..

Answer / shami.r

cat filename | pg

Is This Answer Correct ?    1 Yes 0 No

What command a user use to view a long text file one page at a time in UNIX?..

Answer / sricharan

more filename or less filename is better to use

Is This Answer Correct ?    1 Yes 0 No

What command a user use to view a long text file one page at a time in UNIX?..

Answer / brijmohan

cat filename | more

Is This Answer Correct ?    1 Yes 0 No

What command a user use to view a long text file one page at a time in UNIX?..

Answer / yuvaevergreen

pg filename one page at a time.

Is This Answer Correct ?    0 Yes 0 No

What command a user use to view a long text file one page at a time in UNIX?..

Answer / rajesh m

ls -l filename | more
or pg -l | more

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Unix Commands Interview Questions

How to setup sudo, only can use for particular date & time only ( for solaris10 )

1 Answers   ups,


what is tar command and what are the different types of tar commands?

5 Answers  


How to redirect standard error to a file?

2 Answers  


What is the Unix file system hierarchy?

2 Answers  


What does the metacharacter mean?

0 Answers  


How to install scsi driver in unix? give me explanation clearly?

1 Answers   HCL, TCS,


How do I delete files from command prompt?

0 Answers  


What is .sh file?

0 Answers  


Give Command that will move a single file called "unix.txt"

7 Answers   IBM,


What is used to type command?

0 Answers  


Explain the steps that a shell follows while processing a command.

0 Answers  


How do you repeat a command in terminal?

0 Answers  


Categories