honeybear
December 1st, 2010, 04:37 AM
Hello,
I have read that 2>1& can help to put whatever arrives from info into the bash commaand line to is sort of not considered;
is it possible to output whatever comes out of the command line?
Example:
mplayer video.mpg 2>1& >> outputtomyfile.log
# or
cp -r -v source1 target1 2>1& >> outputtomyfile.log
# ... and so on ... to ouptut log into a file
# with zenity too ...
I have read that 2>1& can help to put whatever arrives from info into the bash commaand line to is sort of not considered;
is it possible to output whatever comes out of the command line?
Example:
mplayer video.mpg 2>1& >> outputtomyfile.log
# or
cp -r -v source1 target1 2>1& >> outputtomyfile.log
# ... and so on ... to ouptut log into a file
# with zenity too ...