Skip to content

TRUEANGLE

BEAUTY AND PLAY

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

Daily Archives: June 9, 2010

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 2010
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
282930  
« May   Jul »
TRUEANGLE, Proudly powered by WordPress.