Is there a Linux function to check if a filename with differing case exists?
Advertisements Is there a Linux function to check if a filename with differing case exists? e.g. to find the difference between Hello.txt and hello.txt For example if I wanted to open Hello.txt I would like to do: try to open a file ( try Hello.txt) if that fails: check if there is a file with… Read More Is there a Linux function to check if a filename with differing case exists?