Linux入门教程:Linux文本文件的操作命令(2)

[root@ redhat etc]# tail -n 5 passwd    --只显示最后5行
userb:x:503:504::/home/userb:/bin/bash
userc:x:504:502::/home/userc:/bin/bash
zgz:x:505:505::/home/zgz:/bin/bash
myy:x:506:505::/home/myy:/bin/bash
weblogic:x:507:508::/home/weblogic:/bin/bash

 

tail -f filename ⇒ ファイ不が多くなるたびに追加されたデータを出力

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/23665.html