On 2020/06/13 23:29, Sebastian Benoit wrote: > Of course that makes parsing the output more difficult.
not really..
netstat -R|awk -F : '/Routing table/ {print $2}'
On 2020/06/13 23:29, Sebastian Benoit wrote: > Of course that makes parsing the output more difficult.
not really..
netstat -R|awk -F : '/Routing table/ {print $2}'