mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-22 20:54:19 +00:00
Update README.md
This commit is contained in:
parent
f3779013a2
commit
ba93ba5b86
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ http://onceupon.github.io/Bash-Oneliner/
|
|||
|
||||
##### Grep only IP address
|
||||
```bash
|
||||
grep -Eo '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}
|
||||
grep -Eo '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}'
|
||||
```
|
||||
|
||||
##### Grep string starting with (e.g. 'S')
|
||||
|
|
Loading…
Reference in a new issue