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
.