Was the grep command really written overnight? Why is it called grep?
dbaplus社群49 字 (约 1 分钟)
75
The name of the grep command originates from regular expression syntax, and its efficient design stems from early Unix tool concepts.
入选理由:grep 的名字来源于 ed 编辑器中的全局正则表达式打印命令 g/re/p。
FeaturedArticle#Unix#grep#regular expressions#text processing中文