📜  使用 cat 命令将数据附加到文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:18.836000             🧑  作者: Mango

代码示例1
cat >> filename
This is text, perhaps pasted in from some other source.
Or else entered at the keyboard, doesn't matter. 
^D