|
|
|
|
|
by zokier
3034 days ago
|
|
> If /usr/bin is on a case-insensitive filesystem, and you execvp("CD", ...) That seems like fairly rare edge case, considering that UNIX typically had case-sensitive file-systems, or rather handled filenames as opaque blobs. I wonder what actual system caused the need for case folding? Maybe HFS? |
|
https://github.com/freebsd/freebsd/blob/master/usr.bin/alias...