reading out put from command line

Can 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!

sem's picture

logread | grep pulse
is it not ok ?

ffuentes's picture

Sem,

Perfect. That's exactly what I was looking for.

Thanks!