We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
befog run
It is nice befog run shows both std out and std err, but when std err is empty is should just skip that output line.
Example:
/befog# bin/befog run quarter-shark -c 'ifconfig eth0 |grep "inet addr"' Running command 'ifconfig eth0 |grep "inet addr"' for 50.18.3.87 ... [50.18.3.87: STDOUT] inet addr:10.173.30.224 Bcast:10.173.31.255 Mask:255.255.254.0 [50.18.3.87: STDERR] Running command 'ifconfig eth0 |grep "inet addr"' for 184.72.29.185 ... [184.72.29.185: STDOUT] inet addr:10.174.74.43 Bcast:10.174.75.255 Mask:255.255.254.0 [184.72.29.185: STDERR] Running command 'ifconfig eth0 |grep "inet addr"' for 204.236.182.190 ... [204.236.182.190: STDOUT] inet addr:10.174.65.43 Bcast:10.174.65.255 Mask:255.255.255.0 [204.236.182.190: STDERR] Running command 'ifconfig eth0 |grep "inet addr"' for 50.18.21.61 ... [50.18.21.61: STDOUT] inet addr:10.174.73.26 Bcast:10.174.73.255 Mask:255.255.255.0 [50.18.21.61: STDERR] Running command 'ifconfig eth0 |grep "inet addr"' for 204.236.152.224 ... [204.236.152.224: STDOUT] inet addr:10.174.255.115 Bcast:10.174.255.255 Mask:255.255.254.0 [204.236.152.224: STDERR]
The text was updated successfully, but these errors were encountered:
DYODER fixed this with 31fbed6
Sorry, something went wrong.
No branches or pull requests
It is nice
befog run
shows both std out and std err, but when std err is empty is should just skip that output line.Example:
The text was updated successfully, but these errors were encountered: