Linux系统下编辑文件

1、命令的输出 1.find /etc -name passwd ##表示在/etc下查找name为passwd的文件. web find /etc -name passwd >file ##表示把命令的输出放入file文件中。 find /etc -name passwd 1>file ##表示把正确的输出放入file中,错误输出依旧输出在屏幕上(即屏蔽正确输出)。shell find /etc
相关文章
相关标签/搜索