linux cat 命令詳解--轉

來源:互聯網
上載者:User

標籤:style   c   ext   http   a   color   

使用方式: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主要有三大功能:
1.一次顯示整個檔案。$ cat   filename ~,y6;e
2.從鍵盤建立一個檔案。$ cat  >  filename  0#!7
只能建立新檔案,不能編輯已有檔案. :z)
3.將幾個檔案合并為一個檔案。 $cat   file1   file2  > file"
?=\
參數: 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. 通常用在製作開機磁片。

 

轉自:http://linux.chinaunix.net/techdoc/system/2007/11/16/972467.shtml

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.