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
c379605b6f
commit
45500b83d4
16
README.md
16
README.md
@ -9,19 +9,11 @@ In case you would like to check up and like my stupid questions on Stackoverflow
|
||||
http://stackoverflow.com/users/4290753/once
|
||||
|
||||
|
||||
Handy Bash 'oneliner' commands for tsv file editing
|
||||
##Handy Bash 'oneliner' commands for tsv file editing
|
||||
|
||||
|
||||
##Symbol for search:
|
||||
>> section
|
||||
>function
|
||||
$bash code
|
||||
//comment
|
||||
|
||||
|
||||
>> Grep
|
||||
> extract text bewteen words (e.g. w1,w2)
|
||||
$ grep -o -P '(?<=w1).*(?=w2)'
|
||||
##Grep
|
||||
extract text bewteen words (e.g. w1,w2)
|
||||
grep -o -P '(?<=w1).*(?=w2)'
|
||||
|
||||
>grep lines without word (e.g. bbo)
|
||||
$ grep -v bbo
|
||||
|
Loading…
Reference in New Issue
Block a user