Linux 常用基本命令 重定向
輸出重定向命令:
Linux允許將命令執行結果重定向到一個檔案,本應顯示在終端上的內容儲存到指定的檔案中。
如: ls >test.txt(如果a.txt不存在,則建立,存在則覆蓋先前內容)。剛開始,在home資料夾中有兩個檔案,一個資料夾,輸入 ls >test.txt後發現多了一個test.txt檔案。
進入test.txt中,顯示如下內容,就是我們敲ls 命令顯示的結果。
退出test.txt 我們在次輸入ls -alh >> test.txt。在次開啟test.txt顯示結果如下,我們會發現在原有的結果上追加了新的內容。
相關文章
- linux常用基本命令Linux
- Linux 常用基本命令 lnLinux
- linux 常用基本命令 cdLinux
- Linux 常用基本命令 -lsLinux
- Linux常用基本命令(more)Linux
- Linux常用基本命令[cp]Linux
- Linux 常用基本命令 findLinux
- 【Linux】Linux基本常用命令Linux
- Linux的常用基本命令(二)Linux
- Linux 常用基本命令 rmdir rmLinux
- Linux 常用基本命令 pwd mkdirLinux
- Linux常用基本命令( ls, alias)Linux
- Linux常用的基本命令11Linux
- Linux 常用基本命令 cp mvLinux
- Linux 常用基本命令 cat grepLinux
- Linux常用基本命令( tree, pwd, cd )Linux
- Linux常用基本命令(rename,basename,dirname)Linux
- Linux命令學習(重定向)Linux
- Linux 常用基本命令 檢視幫助文件Linux
- 【Git常用基本命令】Git
- FFmpeg常用基本命令
- 常用的基本命令
- Linux 常用基本命令 分屏顯示more 管道符 "|"Linux
- Linux 常用基本命令 壓縮 解壓縮 tarLinux
- 【FFmpeg】FFmpeg常用基本命令
- MongoDB基本常用命令MongoDB
- Linux 常用基本操作Linux
- Linux常用基本命令(軟連結與硬連結 )Linux
- Linux基本命令學習之二:Linux基本命令Linux
- Linux基本命令學習之一:Linux基本命令Linux
- 【git】基本流程常用命令Git
- 常用linux命令Linux
- Linux常用基本命令:三劍客命令之-awk格式化動作Linux
- Linux 基本操作命令Linux
- linux基本命令Linux
- Linux基本操作命令Linux
- Linux最常用的5個重啟命令基本用法講解!Linux
- Linux常用效能命令Linux