Hi, > Well, that's quite hard, as I can't get it to log the output while > running, and I can't just scroll up the the terminal because the > begin of the error would already been pushed out of the screen > because the file has such a huge output.
Try: whatever-command-you're-running 2>&1 | tee mylog.txt Dave Hylands _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
