标签:sp 文件 bs linux nbsp br 字符串 信息 c
1、查找文件test中目标字符串(xxxx)出现的行数位置
grep -n xxxx test
2、文件test从某一行(n)开始显示
more +n test
3、查询文件test中出现目标字符串xxxx的次数
grep -c xxxx test
4、显示从文件test包含某个字符串xxxx的信息开始显示
more +/xxxx test
标签:sp 文件 bs linux nbsp br 字符串 信息 c
原文地址:http://www.cnblogs.com/feiyanbaobao/p/4172661.html