Help for this page

Select Code to Download


  1. or download this
    #!/bin/bash
    
    PAGER=/bin/cat
    ...
      echo "$i:"
      perldoc "$i" | grep $*
    done