Created
August 22, 2011 17:09
-
-
Save dbb/1162924 to your computer and use it in GitHub Desktop.
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
% ls --version | |
ls: illegal option -- - | |
usage: ls [-ABCFGHLOPRSTUWabcdefghiklmnopqrstuwx1] [file ...] |
It's not GNU ls
. It's BSD ls
. The option structure is completely different. (No double-dash options in BSD, in general.)
I guess my question really was, do you know of a way to get GNU ls on osx?
(without root access.) Homebrew, maybe?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The man page says "BSD May 19, 2002"