|
|
|
|
|
by filleduchaos
2083 days ago
|
|
Yes on a second read I meant a case-preserving, not case-sensitive filesystem. The results that `ls` gets are cased and so pattern matching (which is case sensitive by default) on those results will fail with the wrong casing. |
|