linux_wiki:use_grep_and_regular_expressions_to_analyze_text

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux_wiki:use_grep_and_regular_expressions_to_analyze_text [2016/02/28 22:49]
billdozor created
linux_wiki:use_grep_and_regular_expressions_to_analyze_text [2019/05/25 23:50] (current)
Line 3: Line 3:
 **General Information** **General Information**
  
-About this page/how-to/script+Pattern matching with grep
  
 ---- ----
Line 12: Line 12:
 </code> </code>
  
 +\\
 Filter for "auth", ignore case Filter for "auth", ignore case
 <code bash> <code bash>
Line 17: Line 18:
 </code> </code>
  
 +\\
 Common Grep Options Common Grep Options
   * -i => ignore case   * -i => ignore case
Line 24: Line 26:
   * -n => prefix each line of output with the line number   * -n => prefix each line of output with the line number
  
 +\\
 Regular Expression Matching Regular Expression Matching
   * ^ => starts with   * ^ => starts with
  • linux_wiki/use_grep_and_regular_expressions_to_analyze_text.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)