http://github.com/silas/func-modules/tree/master/command_plus.py
On Mon, Nov 24, 2008 at 2:57 PM, Michael DeHaan <mdehaan@xxxxxxxxxx> wrote:
Ozgur Akan wrote:
Hi,func myserver.domain.com <http://myserver.domain.com> call command run "ps -fe | grep root"
I am trying to use func command module
https://fedorahosted.org/func/wiki/CommandModule
When I use pipe in the command it can not run the command.
------------------------------------------------------------------------
How can I override this problem?
thanks,
Ozgur Akan
_______________________________________________
Func-list mailing list
Func-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/func-list
Subprocess does not do shell pipes, though it does /implement/ pipes.
What you want to do is use Func's process module and if neccessary add modifications to allow you to filter the results, or write an API script using Func that filters the results.
--Michael
_______________________________________________
Func-list mailing list
Func-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/func-list
--
Silas Sewell
720-863-4557 | www.silassewell.com
_______________________________________________ Func-list mailing list Func-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/func-list