Fork me on GitHub

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

developer:case_insensitivity_on_some_mac_os_x_file_systems [2011/09/06 00:39]
henri created
developer:case_insensitivity_on_some_mac_os_x_file_systems [2011/09/06 00:39] (current)
henri
Line 7: Line 7:
 <​file>​if [ -d ./​myFile.txt ] ; then echo "​hello"​ ; fi</​file>​ <​file>​if [ -d ./​myFile.txt ] ; then echo "​hello"​ ; fi</​file>​
  
-Will return hello even if the case sensitivity is not a match on some Mac OS X systems.+The above code will return ​''​hello'' ​even if the case sensitivity is not a match on some Mac OS X systems.
  
 Suggestions to this issue are very welcome. Suggestions to this issue are very welcome.