歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux綜合 >> Linux命令 >> Linux Cat命令及使用詳解

Linux Cat命令及使用詳解

日期:2017/2/28 10:02:02   编辑:Linux命令
Linux命令

Red Hat Linux 有一個工具程序,它能夠幫助你保留簡短列表,將這些列表收集起來,甚至向你透漏一點你的系統信息。這個工具叫做 Linux Cat,它是 concatenate(連鎖) 的簡寫,意思是合並文件。

Linux Cat使用方式:cat [-AbeEnstTuv] [--help] [--version] fileName
Linux Cat說明:把檔案串連接後傳到基本輸出(螢幕或加 > fileName 到另一個檔案)
參數:
-n 或 --number 由 1 開始對所有輸出的行數編號
-b 或 --number-nonblank 和 -n 相似,只不過對於空白行不編號
-s 或 --squeeze-blank 當遇到有連續兩行以上的空白行,就代換為一行的空白行
-v 或 --show-nonprinting

Linux Cat范例:
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?=\

Linux Cat參數: 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 容量需與相當。 $

Copyright © Linux教程網 All Rights Reserved