Quote:
Originally Posted by meme
To work around it in your situation, just rename them all to chapternn, and then rename them again to Chapternn.
|
Using lower vs upper case might not work. Not all filesystems differentiate between case. For example on OS X:
Code:
$ echo 1 > test
$ cat test
1
$ cat Test
1