On Mon, 2011-05-09 at 12:43 +0200, Arnau Bria wrote: > Hi all, > > I've func working in my farm (about 400 nodes). > Func is working perfectly, but I'm wondering how all of you manage the > output. is there any way for getting each node's output, i.e, into a > file? how do you deal with outputs? depends on the command but for normal shell script-type of things I use: func-command -o /path/some/dir "command I want" which makes a file per-node in /path/some/dir/ with the output from the command you just ran. -sv _______________________________________________ Func-list mailing list Func-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/func-list