Paste #273673 |
pasted on 02.04.2024 23:52
- Edit to this paste
- Raw
-
Compare with paste
#

1 | curl https://world-weather.ru/pogoda/russia/moscow/ | grep -oE 'Ощущается.{0,20}' | grep -Eo '[+|-]{0,1}[0-9]{1,2}°' |
Paste #273673 |
1 | curl https://world-weather.ru/pogoda/russia/moscow/ | grep -oE 'Ощущается.{0,20}' | grep -Eo '[+|-]{0,1}[0-9]{1,2}°' |