top | item 23649927

(no title)

igor_chubin | 5 years ago

Just add `F` to the options, and you don't need `| head -17` then

discuss

order

ikornaselur|5 years ago

Oh, awesome! I don't know if they added this after I created the function or if I just didn't notice it.

EDIT: I just realised that "they" is actually you!

martijn9612|5 years ago

I wasn't sure what F you were talking about, if other people are wondering, the new command would be:

  w () {
     curl -s "wttr.in/$1?M1qF"
  }