diff --git a/bash/.bash_functions b/bash/.bash_functions index b7ebf7b..fb057dd 100644 --- a/bash/.bash_functions +++ b/bash/.bash_functions @@ -48,6 +48,11 @@ showip() { # echo "Public IP Address copied to clipboard!" } +# Show the process behind a port +showport() { + fuser -v -n tcp "$1" +} + # Get the weather forecast for a given location. weather() { if [ -n "$1" ]; then