Posts
as root:
for i in /dev/sd?; do echo "$i: $(smartctl -A $i | grep Celsius | cut -d '-' -f 2)" ; done