[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [mutt] Signatur abtrennen



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:L.Schweikle@logout.de

Wie man sein Kind nicht nennen sollte: 
  Mac Erziege 

Attachment: pgpRvTmCJnpX3.pgp
Description: PGP signature


Reply to: