您的位置:首页 > 其它

What does 'grep' mean?

2011-04-07 14:32 225 查看

What does 'grep' mean?

The Wikipedia entry for grep states:

grep is a command line utility originally written for use with the Unix operating system.

The name comes from a command in the Unix text editor ed that takes the form:

g/re/p

This means "search globally for matches to the regular expression re, and print lines where they are found". 

 

一直使用,原来这个意思啊,在vim中 g/re/p,呵呵
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: