[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: how to print man page?



Well...

  Do you know how to redirect? 
	'man [manpage] > [filename]'

	aka: 'man ls > ls_dump'
  	then you would 'lpr -P [printer] [filename]'
	aka: 'lpr -P lp0 ls_dump'

Or I believe..
	
	'man ls | lpr -P lp0 -'
	(you might not need the trailing 'minus', it is just the defacto for
stdin.


Dragonfly Ye wrote:
> 
> I know this is off the topic, but I need to read some
> more man pages before I proceed.
> 
> Is there any way to print the man page?
> Thanks.
> 
> --jd
> 
> --
>   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
>          To unsubscribe: mail redhat-install-list-request redhat com
>                      with "unsubscribe" as the Subject.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]