摘要: 首先~command > file 2>file 的意思是将命令所产生的标准输出信息,和错误的输出信息送到file 中.command > file 2>file 这样的写法,stdout和stderr都直接送到file中, file会被打开两次,这样stdout和stderr会互相覆盖,这样写相当 阅读全文
posted @ 2020-12-11 15:02 嘻嘻哈哈的人生 阅读(1426) 评论(0) 推荐(0) 编辑