Skip to content

Instantly share code, notes, and snippets.

@sigmonsays
Created April 16, 2018 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sigmonsays/c911b618a970d9748ac877b736180a6a to your computer and use it in GitHub Desktop.
Save sigmonsays/c911b618a970d9748ac877b736180a6a to your computer and use it in GitHub Desktop.
why does mac os have to be case insensitive?
sig@sig-macbook:~$ head usage-by-user.log
curl: (6) Could not resolve host: usage-by-user.log
sig@sig-macbook:~$ type head
head is hashed (/Users/sig/bin/head)
sig@sig-macbook:~$ ls -l bin/HEAD
-rwxr-xr-x 1 sig staff 31 Feb 8 2016 bin/HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment