root@ubuntu:~# ifconfig ens33|sed -nr '2s/^.*dr:(.*) B.*/\1/gp'
2018-03-07
ifconfig ens33|sed -nr '2s#^.*dr:(.*) B.*#\1#gp'
2018-03-06