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 I check my disk space?

0 Answers  


I have my default runlevel is init5 now i have configured to init 3,now i wanna run my system in init3 process without reboot the system .How will you do for this scenario?

6 Answers   Span Systems,


What is the use of mv command in linux?

0 Answers  


How does mkdir work in linux?

0 Answers  


How do you kill a process in linux?

0 Answers  






what is emacs editor and feature........???????????????????????????

1 Answers  


The head command writes the how many lines of a file to screen?

0 Answers  


How will you execute a java program inside a kornshell script?

1 Answers   HP,


What is #!/ Bin sh?

0 Answers  


What is grep command in linux with examples?

0 Answers  


Q. If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred ?

6 Answers   IBM, IMB,


how many hard disks can i able to connect to desktop pc and server (IDE & SATA) pls send this ans to my mail : ping2pavan@gmail.com

1 Answers  


Categories