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 /]
相關文章
相關標籤/搜索