LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to undertand this phrase in grep manual? (https://www.linuxquestions.org/questions/linux-software-2/how-to-undertand-this-phrase-in-grep-manual-4175519344/)

huihoo 09-18-2014 07:04 PM

how to undertand this phrase in grep manual?
 
Quote:

Though grep expects to do the matching on text, it has no limits on input line length other than available memory, and it can match arbitrary characters within a line.
When I read the manual of GNU grep,I came across this sentence.I couldn't understand what "expect to do" means in this context.By the way,English is not my first language,but I'm trying my best to learn it well. :D

keefaz 09-18-2014 07:18 PM

That means although grep has been designed to work with text, eg words, sentences, paragraphs, it can work with unusual format (512 MB line length?)

fhleung 09-19-2014 12:43 PM

try command: findstr in Microsoft


All times are GMT -5. The time now is 10:51 PM.