linux cat命令

 
linux cat 命令詳解

 
使用方式:cat [-AbeEnstTuv] [--help] [--version] fileName 
說明:把檔案串鏈接後傳到基本輸出(螢幕或加 > fileName 到另外一個檔案) 
參數: 
-n 或 --number 由 1 開始對全部輸出的行數編號 
-b 或 --number-nonblank 和 -n 類似,只不過對於空白行不編號 
-s 或 --squeeze-blank 當遇到有連續兩行以上的空白行,就代換爲一行的空白行 
-v 或 --show-nonprinting 
範例: 
cat -n textfile1 > textfile2 把 textfile1 的檔案內容加上行號後輸入 textfile2 這個檔案裏 
cat -b textfile1 textfile2 >> textfile3 把 textfile1 和 textfile2 的檔案內容加上行號(空白行不加)以後將內容附加到 textfile3 裏。 
範例: 
把 textfile1 的檔案內容加上行號後輸入 textfile2 這個檔案裏 
cat -n textfile1 > textfile2 
把 textfile1 和 textfile2 的檔案內容加上行號(空白行不加)以後將內容附加到 textfile3 裏。 
cat -b textfile1 textfile2 >> textfile3 
cat /dev/null > /etc/test.txt 此爲清空/etc/test.txt檔案內容 
cat 也能夠用來製做 image file。例如要製做軟碟的 image file,將軟碟放好後打 
cat /dev/fd0 > OUTFILE 
相反的,若是想把 image file 寫到軟碟,請打 
cat IMG_FILE > /dev/fd0 
注: 
1. OUTFILE 指輸出的 image 檔名。 
2. IMG_FILE 指 image file。 
3. 若從 image file 寫回 device 時,device 容量需與至關。 
4. 一般用在製做開機磁片。 

cat主要有三大功能:go
1.一次顯示整個文件。$ cat   filename ~,y6;e
2.從鍵盤建立一個文件。$ cat  >  filename  0#!7
只能建立新文件,不能編輯已有文件. :z)
3.將幾個文件合併爲一個文件。 $cat   file1   file2  > file"t?=\
參數: p:DS
-n 或 --number 由 1 開始對全部輸出的行數編號 \r5
-b 或 --number-nonblank 和 -n 類似,只不過對於空白行不編號 |,3S
-s 或 --squeeze-blank 當遇到有連續兩行以上的空白行,就代換爲一行的空白行 !s
-v 或 --show-nonprinting tds?O
範例: `@uq*Y
cat -n textfile1 > textfile2 把 textfile1 的檔案內容加上行號後輸入 textfile2 這個檔案裏 d
cat -b textfile1 textfile2 >> textfile3 把 textfile1 和 textfile2 的檔案內容加上行號(空白行不加)以後將內容附加到 textfile3 裏。 ;L-#pj
範例: +Hu
把 textfile1 的檔案內容加上行號後輸入 textfile2 這個檔案裏 z]G=
cat -n textfile1 > textfile2 v"z&r3
把 textfile1 和 textfile2 的檔案內容加上行號(空白行不加)以後將內容附加到 textfile3 裏。 RG.7n
cat -b textfile1 textfile2 >> textfile3 1M?1O
cat /dev/null > /etc/test.txt 此爲清空/etc/test.txt檔案內容 J2fx
cat 也能夠用來製做 image file。例如要製做軟碟的 image file,將軟碟放好後打 {zQ
cat /dev/fd0 > OUTFILE %W~Ik.
相反的,若是想把 image file 寫到軟碟,請打 GK"d
cat IMG_FILE > /dev/fd0 e
注: ©Newboys -- Newboys綜合論壇  G
1. OUTFILE 指輸出的 image 檔名。 +cMcCt
2. IMG_FILE 指 image file。 Ew
3. 若從 image file 寫回 device 時,device 容量需與至關。 $;28 4. 一般用在製做開機磁片。
相關文章
相關標籤/搜索