摘要: 1、tail date.log 输出文件末尾的内容,默认10行 tail -20 date.log 输出最后20行的内容 tail -n -20 date.log 输出倒数第20行到文件末尾的内容 tail -n +20 date.log 输出第20行到文件末尾的内容 tail -f date.lo 阅读全文
posted @ 2019-04-10 10:51 Bestone 阅读(761) 评论(0) 推荐(0) 编辑