our wish to print the file vacations with 60 lines to a
page. Which command will accomplish this?

Answers were Sorted based on User's Feedback



our wish to print the file vacations with 60 lines to a page. Which command will accomplish this?..

Answer / rahul gupta

you can do this task by
head -n 60 filename | lpr

Is This Answer Correct ?    7 Yes 0 No

our wish to print the file vacations with 60 lines to a page. Which command will accomplish this?..

Answer / bharath

pr -l 60 vacations | lpr

The default page length when using pr is 66 lines. The -l
option is used to specify a different length

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Commands Interview Questions

how do u extract files from iso cd images in linux?

5 Answers   Wipro,


How will retrieves incoming mails from different web sites

2 Answers   HCL, HP,


How to root mirror in Linux? How to replace mirrored hdd in case of failure?

1 Answers   Siemens,


What is ll command in unix?

0 Answers  


What does chmod 644 do?

0 Answers  






How will retrieves incoming mails from different web sites

4 Answers   HP, Wipro,


What is parallel ssh?

0 Answers  


What is the use of man command in linux?

0 Answers  


You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?

0 Answers  


How do I move to root in linux?

0 Answers  


How many commands are there in linux?

0 Answers  


Explain Backup Managment commands in Linux.

5 Answers  


Categories