摘要:
文本文件查看工具 cat concatenate 文本文件查看工具 tac 用法同cat,但cat正显文本,tac反显文本 rev 把每行的内容首尾反序显示 more less head:查看文件的前n行(默认为10行) tail:查看文件的后n行(默认为10行) 阅读全文
posted @ 2017-06-21 15:37
evescn
阅读(402)
评论(0)
推荐(0)
摘要:
ls命令 list指出指定目录下的内容 阅读全文
posted @ 2017-06-21 14:30
evescn
阅读(182)
评论(0)
推荐(0)