Paste #273674 |
pasted on 03.04.2024 00:21
- Edit to this paste
- Raw
-
Compare with paste
#

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