linux 输入、输出和重定向

1. 标准输入输出 传统的Linux标准输入、输出设备主要是键盘和显示器。vim 二、输出重定向 输出的重定向:bash [root@localhost ~]# ls -il /etc/ > etc.txt [root@localhost /]# cat /proc/cpuinfo > cpu [root@localhost /]# df -Th > df [root@localhost /]
相关文章
相关标签/搜索