Returning?
3 comments · 9 points
alias temp='sensors -f|grep temp'
$ temptemp1: +104.0°F (low = +260.6°F, high = +260.6°F) sensor = transistortemp2: +96.8°F (low = +260.6°F, high = +140.0°F) sensor = thermal diodetemp3: +28.4°F (low = +260.6°F, high = +260.6°F) sensor = transistor
alias temp='sensors -f|grep temp'Example output:
$ temp
temp1: +104.0°F (low = +260.6°F, high = +260.6°F) sensor = transistor
temp2: +96.8°F (low = +260.6°F, high = +140.0°F) sensor = thermal diode
temp3: +28.4°F (low = +260.6°F, high = +260.6°F) sensor = transistor