Update README.md

This commit is contained in:
onceupon 2016-06-14 15:26:49 +08:00 committed by GitHub
parent ef659eb395
commit a87d1f682c

View File

@ -60,7 +60,7 @@ extract text bewteen words (e.g. w1,w2)
grep '\t'
##Sed
[[back to top](#handy bash 'oneliner' commands for tsv file editing)]
[[back to top](#handy)]
>remove lines with word (e.g. bbo)
sed "/bbo/d" filename