摘要: 1.文件内容显示指令:cat more less head tail 1)cat 查看文件内容,如: cat test cat -A test //显示test文件内容,包含特殊字符 cat test1 test2//同时显示test1和test2文件的内容 cat test1 test2 >fil 阅读全文
posted @ 2018-03-16 15:20 秋水潺流 阅读(163) 评论(0) 推荐(0) 编辑