Y
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
ikornaselur
2171 days 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!
link
martijn9612
2183 days 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" }
link
EDIT: I just realised that "they" is actually you!