标签:linux
cat和tac
cat命令是正向查看文件,tac命令是反向查看文件
[root@vm01 opt]# cat aaa.txt
maweidong
zhangshanchuan
chenjun
shabi
[root@vm01 opt]# tac aaa.txt
linux学习笔记-命令
原文地址:http://oldyunwei.blog.51cto.com/6338968/1656344