boo*_*shq 2 linux grep
这是我的档案.
this is temp1 this is temp2 this is temp3
如何使用grep命令,在查找模式'temp'时,结果应该只显示为'temp1,temp2,temp3',而不是整个句子.
谢谢
ymo*_*nad 7
你可以使用-o选项
$ grep -o "temp[0-9]"
归档时间:
12 年,4 月 前
查看次数:
7521 次
最近记录:
7 年,1 月 前