so i have this line of Code:
sensors | grep Tdie | $CUT -d \' \' -f 10 | { echo "{"; cat; echo "}"; } | tr -d \'\\n\'
and