On Sat, 2008-12-06 at 08:34 -0600, Stuart Stevenson wrote:
> Let me know what {and how :) }to do this.

Maybe start EMC from a terminal:

$ emc 1>1.txt 2>2.txt

This should redirect stdout and stderr to files. You can later look at
them in an editor, or view them as they are created in another terminal
with:

$ tail -f 1.txt

or

$ $ tail -f 2.txt

Hope you find out what's going on!

Thanks,
Matt



------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to