Update README.md

This commit is contained in:
onceupon 2016-06-14 15:28:59 +08:00 committed by GitHub
parent a87d1f682c
commit 0dab50715c

View File

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