mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 21:07:00 +00:00
Update README.md
This commit is contained in:
parent
0dab50715c
commit
5d4091760b
@ -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-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
|
||||||
|
Loading…
Reference in New Issue
Block a user