Skip to content

Instantly share code, notes, and snippets.

@okb1100
Last active October 30, 2021 16:41
Show Gist options
  • Save okb1100/442abb7bde07ce5fe5b70650d0570a43 to your computer and use it in GitHub Desktop.
Save okb1100/442abb7bde07ce5fe5b70650d0570a43 to your computer and use it in GitHub Desktop.
#linux-stuff [Show local ip of host]
#!/bin/sh
IFACE="wlp3s0"
echo " $(ip -br addr show dev $IFACE | awk '{print $3}' | sed 's/\/[0-9].//') "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment