dotfiles/dotfiles/lib/bin/list_interfaces.sh

4 lines
82 B
Bash
Executable File

#!/usr/bin/env zsh
ip link show | grep -vE '^ ' | get_cols -F ':' 2 | xargs -n 1