[Linux] Add list_interfaces.sh
This commit is contained in:
parent
b95f990a6f
commit
634ff93858
3
dotfiles/lib/bin/list_interfaces.sh
Executable file
3
dotfiles/lib/bin/list_interfaces.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
ip link show | grep -vE '^ ' | get_cols -F ':' 2 | xargs -n 1
|
Loading…
Reference in New Issue
Block a user