Created
April 16, 2018 14:52
-
-
Save sigmonsays/c911b618a970d9748ac877b736180a6a to your computer and use it in GitHub Desktop.
why does mac os have to be case insensitive?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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