Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • DOLLECT
  • Others
  • Configuration
  • AI
  • BLOG
  • ABOUT
    • ABOUT
    • Perception Style

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
May 2026
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Apr    
TRUEANGLE, Proudly powered by WordPress.