摘要: linux exec用法总结 exec命令 作用 exec ls 在shell中执行ls,ls结束后不返回原来的shell中了 exec <file 将file中的内容作为exec的标准输入 exec >file 将file中的内容作为标准写出 exec 3<file 将file读入到fd3中 so 阅读全文
posted @ 2020-10-26 17:40 郭大侠1 阅读(766) 评论(0) 推荐(0) 编辑