help-cfengine
[Top][All Lists]
Advanced

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

How exec works


From: Olivier Hertrich
Subject: How exec works
Date: Mon, 18 Dec 2000 21:43:28 +0100

I want create a liste with :

   control:
        list = ( "exec /bin/awk -F: '{if ($4 > 100) {print _ $6}}'
/etc/passwd"  )

   If I try to see the list in a shellcommand like :

        any::
            echo $(list)

I see the string  exec /bin/awk -F: '{if ($4 > 100) {print _ $6}}'
/etc/passwd and not the result of the command.
Where I'm wrong?

Thank You.

Olivier Hertrich




reply via email to

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