Y
Hacker News
new
|
ask
|
show
|
jobs
by
LukeShu
3032 days ago
The `tr` bit isn't actually in the FreeBSD version of the script[1], so I'm assuming it's a macOS HFS thing.
https://github.com/freebsd/freebsd/blob/master/usr.bin/alias...
1 comments
kbob
3032 days ago
Mac filesystems case-fold by default, so the script could be invoked as cd, CD, Cd, or CD. Only the lowercase cd is shadowed by the builtin.
link