Difference between revisions of "Grep -I"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
  Ignore binary files
 +
 +
      -I    Process a binary file as if it did not contain matching
 +
              data; this is equivalent to the
 +
              --binary-files=without-match option
  
  
Line 5: Line 11:
  
 
* {{grep}}
 
* {{grep}}
 +
* {{Binary}}

Latest revision as of 09:10, 12 June 2024

 Ignore binary files
      -I     Process a binary file as if it did not contain matching
             data; this is equivalent to the
             --binary-files=without-match option


grep -i

Advertising: