1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh # # $Id$ # for x in libexec/[a-z]* FML/*pm do sed '/=head1/,/=cut/d' $x |less done exit 0