[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnokii charset in procmailrc
From: |
Baurzhan Ismagulov |
Subject: |
Re: gnokii charset in procmailrc |
Date: |
Fri, 29 Jun 2012 14:47:16 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On Fri, Jun 29, 2012 at 04:41:47PM +0400, Anna Skorokhodova (Yandex) wrote:
> unfortunately, grep -v does not work "on fly" (sed or tr also)
> ----------
> mail2:~$ echo "test multiple" | sudo /usr/bin/gnokii --sendsms
> 791XXXXXXX | grep -v "GNOKII Version 0.6.29"
> GNOKII Version 0.6.29
> Send succeeded with reference 42!
Maybe it outputs to stderr. What about gnokii ... 2>&1 |grep -v ...?
With kind regards,
Baurzhan.