grep ip address
@ -32,6 +32,12 @@ http://onceupon.github.io/Bash-Oneliner/
## Grep
##### Grep only IP address
```bash
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 -o 'S.*'
The note is not visible to the blocked user.