Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
oneeyedpigeon
4 months ago
|
parent
|
context
|
favorite
| on:
Scripts I wrote that I use all the time
date -I even works on macOS, which I was pleasantly surprised by!
If you want the exact alphabet behaviour as the OP:
$ echo {a..z} $'\n' {A..Z} | tr -d ' '
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
If you want the exact alphabet behaviour as the OP: