reading out put from command line
by
onCan I read the output of my sensors from command line?
I saw on another post a user doing cat /dev/ttyS0 | sed -n 's/^pwr sensorid:\(0*\)\(.*\)/\2/p' but that require the stop of the flukso service and I am trying to avoid that.... Any other way?
TIA!