mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2025-02-16 21:18:23 +00:00
Update README.md
This commit is contained in:
parent
4ca85ed4a9
commit
ef659eb395
1 changed files with 3 additions and 1 deletions
|
@ -59,7 +59,9 @@ extract text bewteen words (e.g. w1,w2)
|
|||
>grep a tab
|
||||
grep '\t'
|
||||
|
||||
#Sed
|
||||
##Sed
|
||||
[[back to top](#handy bash 'oneliner' commands for tsv file editing)]
|
||||
|
||||
>remove lines with word (e.g. bbo)
|
||||
sed "/bbo/d" filename
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue