Hacker News new | ask | show | jobs
by igor_chubin 2183 days ago
Just add `F` to the options, and you don't need `| head -17` then
2 comments

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!

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"
  }