top | item 23650251

(no title)

igor_chubin | 5 years ago

Just use IFS for this

w() { ( IFS=+; curl wttr.in/"$*";); }

discuss

order

ikornaselur|5 years ago

I love when you can post something simple like a function/alias and learn so many new things. Never seen IFS before. Updated locally and works perfectly!