On Thu, May 17, 2001 at 05:51:09PM +0200, Janto Trappe wrote: Hallo Janto,
> Ich mache das mit einen einem kleinen Script 'sigkiller' von Markus
> Muss:
>
> #!/bin/sh
> awk '{if ($0 ~ /^> -- ?$/) {
> while ($0 !~ /^-- $/) {
> getline
> }
> print " " > OUTFILE
> }
> print $0 > OUTFILE
> }' OUTFILE=$1.out $1
> mv $1.out $1
ich bin leider (noch) keine bash Profi, kann mir jemand das Script
erklären?
--
Lothar mailto:[EMAIL PROTECTED]
Wie man sein Kind nicht nennen sollte:
Mac Erziege
pgpdLGbRv92do.pgp
Description: PGP signature

