Hacker News new | ask | show | jobs
by wtallis 851 days ago
OS X / macOS has always defaulted to using filesystems that are case-preserving but not case-sensitive. You can cd to ~/library and see the contents of ~/Library and trying to mkdir ~/library will fail because ~/Library exists.
1 comments

Amazing, I can check off “learn something” early today!