Update README.md

This commit is contained in:
onceupon 2018-09-06 14:31:16 +08:00 committed by GitHub
parent f3779013a2
commit ba93ba5b86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')