4 lines
82 B
Bash
Executable File
4 lines
82 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
ip link show | grep -vE '^ ' | get_cols -F ':' 2 | xargs -n 1
|