Guenter Knauf wrote:
> if the reference hash file from www.apache.org is build with gpg then
> this method fails (and I consider gpg really unusable for this purpose);
> here are some bad samples which show that gpg breaks lines if the
> this looks really horrible to me (and I'm curious if some sed hackers
> can come up with a hack which can deal with that too).

First, I always keep a copy of Dougherty & Robbins, "sed & awk" somewhere
near my desk - you should take a look (an O'Reilly title).

So something like
  N
  s/[\r\n]+//

might do it, you'll have to experiment.

Reply via email to