如何在 ubuntu 中获取活动接口

how to get active interfaces in ubuntu

我试图只提取我机器上的活动接口,我有一个自动连接和断开连接的脚本 运行ning,当我 运行 ifconfig

tun1      Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00  
          inet addr:10.9.8.1  P-t-P:10.9.8.2  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:13 errors:0 dropped:0 overruns:0 frame:0
          TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:2262 (2.2 KiB)  TX bytes:1819 (1.7 KiB)

tun 5
tun 7 
...etc

如何只提取接口名称

ifconfig | grep "Link encap" | awk '{ print  '}