#!/bin/bash
# your code goes here
echo '+26.0°C' | awk '{gsub(/\+|\.0°C/, "")}1'