全面理解Linux输入输出重定向

时间:2023-03-08 17:25:53
全面理解Linux输入输出重定向

全面理解Linux输入输出重定向

本教程通过视频方式讲解shell操作,理解感念,教程通俗易懂,比起看一大堆文档要舒服的多。本次教程主要讲解  Linux Shell 中支持输入输出重定向,用符号<和>来表示。0、1和2分别表示标准输入、标准输出和标准错误信息输出,例如 2>error.txt 表示将错误信息输出到文件error.txt中。Linux下还有一个特殊的文件/dev/null,当我们不需要回显程序的所有信息时,就可以将输出重定向到/dev/null。

离线下载观看:http://down.51cto.com/data/148374    时长:10分钟

预览:

全面理解Linux输入输出重定向650) this.width=650;" onclick='window.open("http://blog.51cto.com/viewpic.php?refimg=" + this.src)' border="0" alt="" src="http://img1.51cto.com/attachment/201012/154859555.jpg" />

全面理解Linux输入输出重定向650) this.width=650;" onclick='window.open("http://blog.51cto.com/viewpic.php?refimg=" + this.src)' border="0" alt="" src="http://img1.51cto.com/attachment/201012/154919390.jpg" />

本文出自 “李晨光原创技术博客” 博客,谢绝转载!