Timeline for How can I get the "Google Response" to a query in the terminal?
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 29, 2018 at 16:07 | comment | added | glenn jackman |
Does not directly answer the question, but you don't need the internet for this: year=2018; for mon in {1..12}; do date -d "$year-$mon-1 + 1 month - 1 day" "+%B - %d days"; done -- and then try it with year=2020
|
|
| Oct 29, 2018 at 4:57 | answer | added | noob | timeline score: -1 | |
| Oct 28, 2018 at 20:57 | comment | added | Chris Davies | Please don't post pictures of text unless you really, really need to do so. | |
| Oct 28, 2018 at 20:44 | history | asked | HappyFace | CC BY-SA 4.0 |