Answers for "grep ip address"

2

grep ip address

grep -oE "\b([0-9]{1,3}\.){3}([0-9]{1,3})\b" $file
Posted by: Guest on February-21-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language