tail、 more、head、 cat、 echo 查看文件内容

# 显示日志200行

tail -200f cnpl-1_20110719.log 

 

# 跟踪日志执行

tail -f  ~/cnpl_bin/Admin_20110520.log

 

# tailf 其实就是 tail -f 10 

tailf a.txt

 

# more a.txt 

1. 回车自动下一行

2. 空格自动翻页

3. 按b自动回到上页

 

# cat 可以直接 显示多个文件

cat a.txt b.txt

 

# 内容追加到文件中

echo "abcfdsfdsfdsdddd" > b.txt 

 

#  -n 显示行号

 cat -n a.txt b.txt

     1abcdddd

     2abcfdsfdsfdsdddd

 

# tail 显示文件后几行,head显示文件前几行 

tail -6 a.txt

head -6 a.txt

 

# 直接tail 和head 都是显示对应文件的后十行和前十行

tail a.txt

head a.txt 

 

#前10项

ll -t | grep 'root' | head -10

 

#后10项

ll -t | grep 'root' | tail -10

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值