aboutsummaryrefslogtreecommitdiff
path: root/commands/freebsd/ifconfig/list-interfaces-names
blob: f058404910cea5a7a8b11e5cd4678f7dc6a02d70 (plain) (blame)
1
2
3
#!./cloyster

return_result $(ifconfig | grep -E "^[a-z0-9_]+:" | cut -d ':' -f 1 | jq -nRr '[inputs | select(length>0)] | @json')