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
5d4091760b
commit
eef01c0dea
@ -9,7 +9,7 @@ In case you would like to check up and like my stupid questions on Stackoverflow
|
|||||||
http://stackoverflow.com/users/4290753/once
|
http://stackoverflow.com/users/4290753/once
|
||||||
|
|
||||||
|
|
||||||
##Handy Bash 'oneliner' commands for tsv file editing
|
##Handy Bash oneliner commands for tsv file editing
|
||||||
|
|
||||||
- [Grep](#grep)
|
- [Grep](#grep)
|
||||||
- [Sed](#sed)
|
- [Sed](#sed)
|
||||||
@ -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