Bash HTML for version 3.2?
I've been using the bash manual from this link
but开发者_高级运维 it is for ver 4.2 and I'm using 3.2. Does anyone know where to find an HTML for 3.2?
If you don't like to use man(1)
, you can use a tool such as man2html
to transform your bash's manual page into HTML.
Otherwise, just: man bash
.
If you don't like how the man page is structured, perhaps the GNU project's HTML rendition of the info page suits you better. But the gnu.org site only shows the latest version. Wayback Machine to the rescue!
http://wayback.archive.org/web/20071220154123/http://www.gnu.org/software/bash/manual/html_node/index.html
精彩评论