Shell/Bash: linux custom command Example
Shell/Bash Example: This is the "linux custom command" Example. compiled from many sources on the internet by SimpleTutorials.org
linux custom command
alias grabip="grep -oE '\b([0-9]{1,3}\.){3}([0-9]{1,3})\b'"
* Summary: This "linux custom command" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!