fdservices
IS-IT--Management
OK I'm stupid but - this code:
set if_iswireless [eval [concat exec sudo ifconfig]]
sets the variable to the result of the command ifconfig
but this code:
set if_iswireless [eval [concat exec sudo iwconfig]]
throws an error.
Help!!!!
set if_iswireless [eval [concat exec sudo ifconfig]]
sets the variable to the result of the command ifconfig
but this code:
set if_iswireless [eval [concat exec sudo iwconfig]]
throws an error.
Help!!!!