fab-user
[Top][All Lists]
Advanced

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

[Fab-user] Suppressing stdout printing in run


From: Paul Hoffman
Subject: [Fab-user] Suppressing stdout printing in run
Date: Sun, 15 Jan 2012 20:13:39 -0800

Greetings. I want to handle the text that a command that is run gives;
I don't want the user to see it. For example:

TheUname = run("uname -a")

This prints out:
address@hidden run: uname -a
address@hidden out: Linux green 2.6.32-37-generic #81-Ubuntu SMP
Fri Dec 2 20:32:42 UTC 2011 x86_64 GNU/Linux

Instead, I want it to print out nothing, but I will poke at TheUname
and get what I need.

Clues on how to do this?

--Paul Hoffman



reply via email to

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