Hello every one
I'm working in a control panel for a local debian-based distro  which is
mostly programmed using gambas2

some tools in that control is programmed using kommander

in the network config all what i saw is that kommander passes this command

ifconfig -a|grep Ethernet|grep -v ^vmnet|awk '! /^\s/{print $1}'

to combobox list  to give the user the ability to choose the network device

how can i do that in gambas
------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to