[shikun@localhost ~]$ grep "abc" ./abc
abc
[shikun@localhost ~]$ grep "abcd" ./abc
abcdef
[shikun@localhost ~]$ grep "pq" ./abc
opq
[shikun@localhost ~]$
grep "abc" ./abc
阅读 50
2023-06-16
[shikun@localhost ~]$ grep "abc" ./abc
abc
[shikun@localhost ~]$ grep "abcd" ./abc
abcdef
[shikun@localhost ~]$ grep "pq" ./abc
opq
[shikun@localhost ~]$
相关推荐
精彩评论(0)