fork download
  1. #!/bin/bash
  2. # your code goes here
  3. echo '+26.0°C' | awk '{gsub(/\+|\.0°C/, "")}1'
Success #stdin #stdout 0s 5832KB
stdin
Standard input is empty
stdout
26