Randy McMurchy wrote:
The only bash docs installed right now are in man and info format. These files are difficult to print, as well as being difficult to search through.
Printing the manual page is easy: man -t bash >bash.ps lpr bash.ps This gives 64 letter pages or 60 A4 pages of documentation. Converting to HTML: groff -Thtml -mandoc /usr/share/man/man1/bash.1 >/tmp/bash.html -- Alexander E. Patrakov -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page