Update README.md

This commit is contained in:
onceupon 2016-06-14 15:25:46 +08:00 committed by GitHub
parent 4ca85ed4a9
commit ef659eb395

View File

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