[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A function to print instead of $(warning ) or $(error )
From: |
Ken Smith |
Subject: |
Re: A function to print instead of $(warning ) or $(error ) |
Date: |
Wed, 23 Feb 2005 11:53:44 -0500 |
User-agent: |
Mutt/1.5.7i |
On Wed, Feb 23, 2005 at 11:33:03AM -0500, Paul D. Smith wrote:
> The only quirk in this solution is that all output goes to stderr
> instead of stdout.
And, it uses shell which is starting processes and is therefore a lot
slower than a builtin function would be in case you care about
performance.
Ken
- A function to print instead of $(warning ) or $(error ), Pete Johnson, 2005/02/22
- Re: A function to print instead of $(warning ) or $(error ), Noel Yap, 2005/02/23
- Re: A function to print instead of $(warning ) or $(error ), Pete Johnson, 2005/02/23
- Re: A function to print instead of $(warning ) or $(error ), Pete Johnson, 2005/02/23
- Re: A function to print instead of $(warning ) or $(error ), Boris Kolpackov, 2005/02/24
- Re: A function to print instead of $(warning ) or $(error ), Pete Johnson, 2005/02/25