摘要: cat主要有三大功能:1.一次显示整个文件。$ cat filename2.从键盘创建一个文件。$ cat > filename 只能创建新文件,不能编辑已有文件.3.将几个文件合并为一个文件: $cat file1 file2 > file 参数:-n 或 --number 由 1 开始对所有输出 阅读全文
posted @ 2018-06-12 23:11 konglingbin 阅读(1482) 评论(0) 推荐(0) 编辑