help-cfengine
[Top][All Lists]
Advanced

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

Re: 2.1.17 having issue with ExecResult() using pipelines


From: Chip Seraphine
Subject: Re: 2.1.17 having issue with ExecResult() using pipelines
Date: Fri, 11 Nov 2005 16:33:16 -0600
User-agent: Mozilla Thunderbird 1.0.5 (X11/20050711)

Brendan Strejcek wrote:

You might be able to replace most of the awk '{print $1}'-type calls

with "cut" invocations:

   $ cut -d" " -f1 </proc/loadavg
   0.00

There's various workarounds, but I'm frankly a lot more concerned about the behavior change with respect to quoting (aka bug) between 2.1.15/2.1.16. :)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]