drwxr-xr-x+ 5 hackevin staff 170 [2013-12-21 22:15] Public/
drwx------+ 3 hackevin staff 102 [2013-12-21 22:15] Movies/
-----------------------------------------------------------------
[hackevin.iNULLMBA] $ bash --version
GNU bash, version 4.3.0(1)-rc1 (x86_64-apple-darwin13.0.0)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <
http://gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
[hackevin.iNULLMBA] $ brew install coreutils
[hackevin.iNULLMBA] $ cat .profile
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
alias ls='ls -F -rt --color=auto --time-style=+"[%Y-%m-%d %H:%M]"'