find fibre interfaces using ethtool
[gnt-info] / net / ip-link-fibre
1 ip link | grep UP | grep ' e[^ ]*:' | grep -v @ | cut -d: -f2 | xargs -i sh -c 'ethtool {} | grep FIBRE | sed "s/^.*FIBRE.*$/{}/" '