readme
来自「类似于google命令行的字符串搜索」· 代码 · 共 27 行
TXT
27 行
googrep - search text using a Google-style patternGoogrep is a Unix-style grep program that uses Google-style search syntax.The essence of Google-style search is: - A search pattern has one or more search terms. - A search term is either a word or a quoted phrase. - Search terms are automatically ANDed together. - Words in the pattern match words in the text, not partial words. - Matching is case-insensitive.See the manual entry for more details.Files in this distribution: README this Makefile guess googrep.l source file googrep.1 manual entryTo build: just do a make.Feedback is welcome - send bug reports, enhancements, checks, moneyorders, etc. to the addresses below. Jef Poskanzer jef@mail.acme.com http://www.acme.com/jef/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?