Saturday, January 19, 2013

Ubuntu linux cat 指令合併檔案


用法:

cat file.01 file.02 file.03 > file.merge
(將 file.01  file.02  file.03 合併到 file.merge)

另外,如果要合併的檔名有空白字元的話,那就要檔名前後加上 " "

cat "arthur today.001"  "arthur today.001"  "arthur today.004" > arthurtoday.avi



Reference:
http://www.arthurtoday.com/2010/10/ubuntu-linux.html

No comments:

Post a Comment