redirect stderr(2) to stdout(1), then you can use more to see the output. exec_file 2>&1 | more pipe(|) just redirect stdout to stdin(0), not stderr you can also put it into a file exec_file 2>&1>logfile
我用f90编译一个model,但是错误太多,都看不到前面的。怎么办? redirection > 不行! | more 也不行! 谢谢各位!!!