[shikun@localhost ~]$ grep "abc" ./abc
abc
[shikun@localhost ~]$ grep "abcd" ./abc
abcdef
[shikun@localhost ~]$ grep "pq" ./abc
opq
[shikun@localhost ~]$
微信扫一扫
[shikun@localhost ~]$ grep "abc" ./abc
abc
[shikun@localhost ~]$ grep "abcd" ./abc
abcdef
[shikun@localhost ~]$ grep "pq" ./abc
opq
[shikun@localhost ~]$
相关推荐