in reply to Re: Re: Re: Parsing (l)unix man pages
in thread Parsing (l)unix man pages
heh, didn't use code tags and it took out the <FILE> part but it still doesn't work.:(testing)%perl -e 'open(FILE, "/usr/bin/man ssh| ");while(<FILE>){pri +nt if /SYNOPSIS/ }' :(testing)%
|
|---|