mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-26 06:17:01 +00:00
Update README.md
This commit is contained in:
parent
f3779013a2
commit
ba93ba5b86
@ -35,7 +35,7 @@ http://onceupon.github.io/Bash-Oneliner/
|
|||||||
|
|
||||||
##### Grep only IP address
|
##### Grep only IP address
|
||||||
```bash
|
```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')
|
##### Grep string starting with (e.g. 'S')
|
||||||
|
Loading…
Reference in New Issue
Block a user