Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • GitLab
  • GitHub
  • Configuration
  • AI
  • BLOG
  • ABOUT
    • ABOUT
    • Perception Style
    • Motivation

Tag Archives: grep -x line exact match

grep … -x .. exact line match only

$cat example.txt A for Apple. B for Baby. C for Cat. D for Donkey. $grep A example.txt A for Apple. $grep -x A example.txt $grep -x A for Apple. example.txt grep: for: No such file or directory grep: Apple.: No such file or directory $grep -x “A for Apple.” example.txt A for Apple. $grep -x …

Continue reading “grep … -x .. exact line match only”

Posted byjeffrinJune 9, 2010Posted inUncategorizedTags: grep -x line exact match
June 2026
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  
« May    
TRUEANGLE, Proudly powered by WordPress.