#!/usr/bin/env bash ip addr show wlp3s0 | awk '/inet / {gsub(/\/.*/,"",$2); print $2}'