mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
Update README.md
This commit is contained in:
parent
ef659eb395
commit
a87d1f682c
@ -60,7 +60,7 @@ extract text bewteen words (e.g. w1,w2)
|
|||||||
grep '\t'
|
grep '\t'
|
||||||
|
|
||||||
##Sed
|
##Sed
|
||||||
[[back to top](#handy bash 'oneliner' commands for tsv file editing)]
|
[[back to top](#handy)]
|
||||||
|
|
||||||
>remove lines with word (e.g. bbo)
|
>remove lines with word (e.g. bbo)
|
||||||
sed "/bbo/d" filename
|
sed "/bbo/d" filename
|
||||||
|
Loading…
Reference in New Issue
Block a user