#! /bin/sh # # Some of these should really be done by man2html # # The ~/xxx links don't really work -- netscape doesn't expand the home # directory of the user running navigator # sed -e 's|gnu.bash.bug|gnu.bash.bug|g' \ -e 's|<[iI]>/bin/bash|/bin/bash|g' \ -e 's|<[iI]>/etc/profile|/etc/profile|g' \ -e 's|<[iI]>~/.bash_profile|~/.bash_profile|g' \ -e 's|<[iI]>~/.bash_login|~/.bash_login|g' \ -e 's|<[iI]>~/.profile|~/.profile|g' \ -e 's|<[iI]>~/.bashrc|~/.bashrc|g' \ -e 's|<[iI]>~/.bash_logout|~/.bash_logout|g' \ -e 's|<[iI]>~/.bash_history|~/.bash_history|g' \ -e 's|<[iI]>~/.inputrc|~/.inputrc|g' \ -e 's|<[iI]>/etc/inputrc|/etc/inputrc|g'