Update README.md

This commit is contained in:
onceupon 2016-06-14 15:30:42 +08:00 committed by GitHub
parent 0dab50715c
commit 5d4091760b

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-bash--oneliner--commands-for-tsv-file-editing)]
>remove lines with word (e.g. bbo)
sed "/bbo/d" filename