#!/usr/bin/env sh data=$(sensors | awk -F'+' '/Tctl/ { gsub(/[ \t]+$/, "", $2); print $2 }') echo "㊋ $data"