June 15, 2021 9:47 AM, "Tim Dickson via User" <user at lists.gambas-basic.org> wrote:
> On 15/06/2021 14:14, Christof Thalhofer wrote:
>
> this will ping the default gateway on linux
> ping -c1 `route|grep default|awk '{print $2}'`
>
This might only work in english locales if the output is localized.
Regards,
Joe1962