On Thu, Jan 28, 2010 at 06:20:44PM +0100, Fabian Groffen wrote:
On 28-01-2010 18:15:00 +0100, Stefan de Konink wrote:
Op 28-01-10 17:36, Mo Zhou schreef:
I wonder if there is a way to not print query results on screen but print the timer?
e.g., mclient -t ... | grep '^Timer ' mclient -t ... | tee output.file | grep ^Timer ' mclient -t ... > output.file ; grep ^Timer ' output.file Stefan
I thought recently the timer code went to stderr, while the query results went into stdout. In that case:
that commit was reverted again by Martin.
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4199 |