Wade A. Mosely ([EMAIL PROTECTED]) said something to this effect on 04/09/2001:
> Tim Whitehead wrote:
> my_hdr X-Mailer: `mutt -v | sed s/"[:space:]*(.*"//`

I think I'd do it like this:

my_hdr X-Mailer: `mutt -v | head -1 | awk '{printf "%s %s", $1, $2}'`

(darren)

-- 
Historically speaking, the presence of wheels in Unix has never
precluded their reinvention.
    -- Larry Wall

Reply via email to