Skip to content

Instantly share code, notes, and snippets.

@seanknox
Created November 20, 2013 00:12
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 seanknox/7555009 to your computer and use it in GitHub Desktop.
Save seanknox/7555009 to your computer and use it in GitHub Desktop.
$ tree /Library/Developer/CommandLineTools
/Library/Developer/CommandLineTools
├── Library
│   ├── Developer
│   │   └── Acknowledgments.pdf
│   ├── Perl
│   │   ├── 5.12
│   │   │   └── darwin-thread-multi-2level
│   │   │   ├── SVN
│   │   │   │   ├── Base.pm
│   │   │   │   ├── Client.pm
│   │   │   │   ├── Core.pm
│   │   │   │   ├── Delta.pm
│   │   │   │   ├── Fs.pm
│   │   │   │   ├── Ra.pm
│   │   │   │   ├── Repos.pm
│   │   │   │   └── Wc.pm
│   │   │   ├── auto
│   │   │   │   └── SVN
│   │   │   │   ├── _Client
│   │   │   │   │   └── _Client.bundle
│   │   │   │   ├── _Core
│   │   │   │   │   └── _Core.bundle
│   │   │   │   ├── _Delta
│   │   │   │   │   └── _Delta.bundle
│   │   │   │   ├── _Fs
│   │   │   │   │   └── _Fs.bundle
│   │   │   │   ├── _Ra
│   │   │   │   │   └── _Ra.bundle
│   │   │   │   ├── _Repos
│   │   │   │   │   └── _Repos.bundle
│   │   │   │   └── _Wc
│   │   │   │   └── _Wc.bundle
│   │   │   └── lib
│   │   │   ├── libsvn_swig_perl-1.0.dylib
│   │   │   └── libsvn_swig_perl-1.dylib -> libsvn_swig_perl-1.0.dylib
│   │   └── 5.16
│   │   └── darwin-thread-multi-2level
│   │   ├── SVN
│   │   │   ├── Base.pm
│   │   │   ├── Client.pm
│   │   │   ├── Core.pm
│   │   │   ├── Delta.pm
│   │   │   ├── Fs.pm
│   │   │   ├── Ra.pm
│   │   │   ├── Repos.pm
│   │   │   └── Wc.pm
│   │   ├── auto
│   │   │   └── SVN
│   │   │   ├── _Client
│   │   │   │   └── _Client.bundle
│   │   │   ├── _Core
│   │   │   │   └── _Core.bundle
│   │   │   ├── _Delta
│   │   │   │   └── _Delta.bundle
│   │   │   ├── _Fs
│   │   │   │   └── _Fs.bundle
│   │   │   ├── _Ra
│   │   │   │   └── _Ra.bundle
│   │   │   ├── _Repos
│   │   │   │   └── _Repos.bundle
│   │   │   └── _Wc
│   │   │   └── _Wc.bundle
│   │   └── lib
│   │   ├── libsvn_swig_perl-1.0.dylib
│   │   └── libsvn_swig_perl-1.dylib -> libsvn_swig_perl-1.0.dylib
│   └── PrivateFrameworks
│   └── LLDB.framework
│   ├── LLDB -> Versions/Current/LLDB
│   ├── Resources -> Versions/Current/Resources
│   ├── Versions
│   │   ├── A
│   │   │   ├── LLDB
│   │   │   ├── Resources
│   │   │   │   ├── Info.plist
│   │   │   │   ├── Python
│   │   │   │   │   └── lldb
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── _lldb.so -> ../../../LLDB
│   │   │   │   │   ├── diagnose
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── diagnose_nsstring.py
│   │   │   │   │   │   └── diagnose_unwind.py
│   │   │   │   │   ├── embedded_interpreter.py
│   │   │   │   │   ├── formatters
│   │   │   │   │   │   ├── Logger.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── attrib_fromdict.py
│   │   │   │   │   │   ├── cache.py
│   │   │   │   │   │   ├── cpp
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── gnu_libstdcpp.py
│   │   │   │   │   │   │   └── libcxx.py
│   │   │   │   │   │   └── metrics.py
│   │   │   │   │   ├── macosx
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── crashlog.py
│   │   │   │   │   │   ├── heap
│   │   │   │   │   │   │   ├── Makefile
│   │   │   │   │   │   │   └── heap_find.cpp
│   │   │   │   │   │   └── heap.py
│   │   │   │   │   ├── runtime
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   └── utils
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── symbolication.py
│   │   │   │   ├── darwin-debug
│   │   │   │   ├── debugserver
│   │   │   │   └── version.plist
│   │   │   └── _CodeSignature
│   │   │   └── CodeResources
│   │   └── Current -> A
│   └── XPCServices
│   ├── com.apple.lldb.launcherRootXPCService.xpc
│   │   └── Contents
│   │   ├── Info.plist
│   │   ├── MacOS
│   │   │   └── com.apple.lldb.launcherRootXPCService
│   │   ├── _CodeSignature
│   │   │   └── CodeResources
│   │   └── version.plist
│   └── com.apple.lldb.launcherXPCService.xpc
│   └── Contents
│   ├── Info.plist
│   ├── MacOS
│   │   └── com.apple.lldb.launcherXPCService
│   ├── _CodeSignature
│   │   └── CodeResources
│   └── version.plist
└── usr
├── bin
│   ├── BuildStrings
│   ├── CpMac
│   ├── DeRez
│   ├── GetFileInfo
│   ├── MergePef
│   ├── MvMac
│   ├── ResMerger
│   ├── Rez
│   ├── RezDet
│   ├── RezWack
│   ├── SetFile
│   ├── SplitForks
│   ├── UnRezWack
│   ├── ar
│   ├── as
│   ├── asa
│   ├── bison
│   ├── c++ -> clang++
│   ├── c89
│   ├── c99
│   ├── cc -> clang
│   ├── clang
│   ├── clang++ -> clang
│   ├── cmpdylib
│   ├── codesign_allocate
│   ├── cpp
│   ├── ctags
│   ├── ctf_insert
│   ├── dsymutil
│   ├── dwarfdump
│   ├── dyldinfo
│   ├── flex
│   ├── flex++
│   ├── g++ -> gcc
│   ├── gatherheaderdoc
│   ├── gcc
│   ├── gcov
│   ├── git
│   ├── git-cvsserver
│   ├── git-receive-pack -> git
│   ├── git-shell
│   ├── git-upload-archive -> git
│   ├── git-upload-pack
│   ├── gm4
│   ├── gnumake
│   ├── gperf
│   ├── hdxml2manxml
│   ├── headerdoc2html
│   ├── indent
│   ├── install_name_tool
│   ├── ld
│   ├── lex
│   ├── libtool
│   ├── lipo
│   ├── lldb
│   ├── lorder
│   ├── m4
│   ├── make
│   ├── mig
│   ├── mkdep
│   ├── nasm
│   ├── ndisasm
│   ├── nm
│   ├── nmedit
│   ├── otool
│   ├── pagestuff
│   ├── projectInfo
│   ├── ranlib -> libtool
│   ├── rebase
│   ├── redo_prebinding
│   ├── resolveLinks
│   ├── rpcgen
│   ├── segedit
│   ├── size
│   ├── strings
│   ├── strip
│   ├── svn
│   ├── svnadmin
│   ├── svndumpfilter
│   ├── svnlook
│   ├── svnrdump
│   ├── svnserve
│   ├── svnsync
│   ├── svnversion
│   ├── unifdef
│   ├── unifdefall
│   ├── unwinddump
│   ├── what
│   ├── xml2man
│   └── yacc
├── include
│   └── FlexLexer.h
├── lib
│   ├── arc
│   │   └── libarclite_macosx.a
│   ├── arch_tool
│   ├── c++
│   │   └── v1
│   │   ├── __bit_reference
│   │   ├── __config
│   │   ├── __functional_03
│   │   ├── __functional_base
│   │   ├── __functional_base_03
│   │   ├── __hash_table
│   │   ├── __locale
│   │   ├── __mutex_base
│   │   ├── __split_buffer
│   │   ├── __sso_allocator
│   │   ├── __std_stream
│   │   ├── __tree
│   │   ├── __tuple
│   │   ├── __tuple_03
│   │   ├── __undef_min_max
│   │   ├── algorithm
│   │   ├── array
│   │   ├── atomic
│   │   ├── bitset
│   │   ├── cassert
│   │   ├── ccomplex
│   │   ├── cctype
│   │   ├── cerrno
│   │   ├── cfenv
│   │   ├── cfloat
│   │   ├── chrono
│   │   ├── cinttypes
│   │   ├── ciso646
│   │   ├── climits
│   │   ├── clocale
│   │   ├── cmath
│   │   ├── codecvt
│   │   ├── complex
│   │   ├── complex.h
│   │   ├── condition_variable
│   │   ├── csetjmp
│   │   ├── csignal
│   │   ├── cstdarg
│   │   ├── cstdbool
│   │   ├── cstddef
│   │   ├── cstdint
│   │   ├── cstdio
│   │   ├── cstdlib
│   │   ├── cstring
│   │   ├── ctgmath
│   │   ├── ctime
│   │   ├── cwchar
│   │   ├── cwctype
│   │   ├── deque
│   │   ├── exception
│   │   ├── ext
│   │   │   ├── __hash
│   │   │   ├── hash_map
│   │   │   └── hash_set
│   │   ├── forward_list
│   │   ├── fstream
│   │   ├── functional
│   │   ├── future
│   │   ├── initializer_list
│   │   ├── iomanip
│   │   ├── ios
│   │   ├── iosfwd
│   │   ├── iostream
│   │   ├── istream
│   │   ├── iterator
│   │   ├── limits
│   │   ├── list
│   │   ├── locale
│   │   ├── map
│   │   ├── memory
│   │   ├── mutex
│   │   ├── new
│   │   ├── numeric
│   │   ├── ostream
│   │   ├── queue
│   │   ├── random
│   │   ├── ratio
│   │   ├── regex
│   │   ├── scoped_allocator
│   │   ├── set
│   │   ├── sstream
│   │   ├── stack
│   │   ├── stdexcept
│   │   ├── streambuf
│   │   ├── string
│   │   ├── strstream
│   │   ├── system_error
│   │   ├── tgmath.h
│   │   ├── thread
│   │   ├── tuple
│   │   ├── type_traits
│   │   ├── typeindex
│   │   ├── typeinfo
│   │   ├── unordered_map
│   │   ├── unordered_set
│   │   ├── utility
│   │   ├── valarray
│   │   └── vector
│   ├── clang
│   │   └── 5.0
│   │   ├── include
│   │   │   ├── __wmmintrin_aes.h
│   │   │   ├── __wmmintrin_pclmul.h
│   │   │   ├── aarch64_simd.h
│   │   │   ├── altivec.h
│   │   │   ├── ammintrin.h
│   │   │   ├── arm_neon.h
│   │   │   ├── avx2intrin.h
│   │   │   ├── avxintrin.h
│   │   │   ├── bmi2intrin.h
│   │   │   ├── bmiintrin.h
│   │   │   ├── cpuid.h
│   │   │   ├── emmintrin.h
│   │   │   ├── f16cintrin.h
│   │   │   ├── float.h
│   │   │   ├── fma4intrin.h
│   │   │   ├── fmaintrin.h
│   │   │   ├── immintrin.h
│   │   │   ├── iso646.h
│   │   │   ├── limits.h
│   │   │   ├── lzcntintrin.h
│   │   │   ├── mm3dnow.h
│   │   │   ├── mm_malloc.h
│   │   │   ├── mmintrin.h
│   │   │   ├── module.map
│   │   │   ├── nmmintrin.h
│   │   │   ├── pmmintrin.h
│   │   │   ├── popcntintrin.h
│   │   │   ├── rtmintrin.h
│   │   │   ├── smmintrin.h
│   │   │   ├── stdalign.h
│   │   │   ├── stdarg.h
│   │   │   ├── stdbool.h
│   │   │   ├── stddef.h
│   │   │   ├── stdint.h
│   │   │   ├── stdnoreturn.h
│   │   │   ├── tgmath.h
│   │   │   ├── tmmintrin.h
│   │   │   ├── unwind.h
│   │   │   ├── varargs.h
│   │   │   ├── wmmintrin.h
│   │   │   ├── x86intrin.h
│   │   │   ├── xmmintrin.h
│   │   │   └── xopintrin.h
│   │   └── lib
│   │   └── darwin
│   │   ├── libclang_rt.10.4.a
│   │   ├── libclang_rt.cc_kext.a
│   │   ├── libclang_rt.cc_kext_ios5.a
│   │   ├── libclang_rt.eprintf.a
│   │   ├── libclang_rt.ios.a
│   │   ├── libclang_rt.osx.a
│   │   ├── libclang_rt.profile_ios.a
│   │   └── libclang_rt.profile_osx.a
│   ├── libLTO.dylib
│   ├── libclang.dylib
│   ├── libneon.27.dylib
│   ├── libneon.dylib -> libneon.27.dylib
│   ├── libprofile_rt.a
│   ├── libprofile_rt.dylib
│   ├── libserf-1.0.dylib
│   ├── libserf-1.dylib -> libserf-1.0.dylib
│   ├── libsvn_client-1.0.dylib
│   ├── libsvn_client-1.dylib -> libsvn_client-1.0.dylib
│   ├── libsvn_delta-1.0.dylib
│   ├── libsvn_delta-1.dylib -> libsvn_delta-1.0.dylib
│   ├── libsvn_diff-1.0.dylib
│   ├── libsvn_diff-1.dylib -> libsvn_diff-1.0.dylib
│   ├── libsvn_fs-1.0.dylib
│   ├── libsvn_fs-1.dylib -> libsvn_fs-1.0.dylib
│   ├── libsvn_fs_fs-1.0.dylib
│   ├── libsvn_fs_fs-1.dylib -> libsvn_fs_fs-1.0.dylib
│   ├── libsvn_fs_util-1.0.dylib
│   ├── libsvn_fs_util-1.dylib -> libsvn_fs_util-1.0.dylib
│   ├── libsvn_ra-1.0.dylib
│   ├── libsvn_ra-1.dylib -> libsvn_ra-1.0.dylib
│   ├── libsvn_ra_local-1.0.dylib
│   ├── libsvn_ra_local-1.dylib -> libsvn_ra_local-1.0.dylib
│   ├── libsvn_ra_neon-1.0.dylib
│   ├── libsvn_ra_neon-1.dylib -> libsvn_ra_neon-1.0.dylib
│   ├── libsvn_ra_serf-1.0.dylib
│   ├── libsvn_ra_serf-1.dylib -> libsvn_ra_serf-1.0.dylib
│   ├── libsvn_ra_svn-1.0.dylib
│   ├── libsvn_ra_svn-1.dylib -> libsvn_ra_svn-1.0.dylib
│   ├── libsvn_repos-1.0.dylib
│   ├── libsvn_repos-1.dylib -> libsvn_repos-1.0.dylib
│   ├── libsvn_subr-1.0.dylib
│   ├── libsvn_subr-1.dylib -> libsvn_subr-1.0.dylib
│   ├── libsvn_wc-1.0.dylib
│   ├── libsvn_wc-1.dylib -> libsvn_wc-1.0.dylib
│   ├── libxcrun.dylib
│   └── llvm-gcc
│   └── 4.2.1
│   ├── include
│   │   ├── mm_malloc.h
│   │   ├── stdarg.h
│   │   └── varargs.h
│   └── libgcc.a
├── libexec
│   ├── as
│   │   ├── arm
│   │   │   └── as
│   │   ├── i386
│   │   │   └── as
│   │   └── x86_64
│   │   └── as
│   ├── git-core
│   │   ├── git
│   │   ├── git-add -> git
│   │   ├── git-add--interactive
│   │   ├── git-am
│   │   ├── git-annotate -> git
│   │   ├── git-apply -> git
│   │   ├── git-archimport
│   │   ├── git-archive -> git
│   │   ├── git-bisect
│   │   ├── git-bisect--helper -> git
│   │   ├── git-blame -> git
│   │   ├── git-branch -> git
│   │   ├── git-bundle -> git
│   │   ├── git-cat-file -> git
│   │   ├── git-check-attr -> git
│   │   ├── git-check-ignore -> git
│   │   ├── git-check-ref-format -> git
│   │   ├── git-checkout -> git
│   │   ├── git-checkout-index -> git
│   │   ├── git-cherry -> git
│   │   ├── git-cherry-pick -> git
│   │   ├── git-citool
│   │   ├── git-clean -> git
│   │   ├── git-clone -> git
│   │   ├── git-column -> git
│   │   ├── git-commit -> git
│   │   ├── git-commit-tree -> git
│   │   ├── git-config -> git
│   │   ├── git-count-objects -> git
│   │   ├── git-credential -> git
│   │   ├── git-credential-cache
│   │   ├── git-credential-cache--daemon
│   │   ├── git-credential-osxkeychain
│   │   ├── git-credential-store
│   │   ├── git-cvsexportcommit
│   │   ├── git-cvsimport
│   │   ├── git-cvsserver
│   │   ├── git-daemon
│   │   ├── git-describe -> git
│   │   ├── git-diff -> git
│   │   ├── git-diff-files -> git
│   │   ├── git-diff-index -> git
│   │   ├── git-diff-tree -> git
│   │   ├── git-difftool
│   │   ├── git-difftool--helper
│   │   ├── git-fast-export -> git
│   │   ├── git-fast-import
│   │   ├── git-fetch -> git
│   │   ├── git-fetch-pack -> git
│   │   ├── git-filter-branch
│   │   ├── git-fmt-merge-msg -> git
│   │   ├── git-for-each-ref -> git
│   │   ├── git-format-patch -> git
│   │   ├── git-fsck -> git
│   │   ├── git-fsck-objects -> git
│   │   ├── git-gc -> git
│   │   ├── git-get-tar-commit-id -> git
│   │   ├── git-grep -> git
│   │   ├── git-gui--askpass
│   │   ├── git-hash-object -> git
│   │   ├── git-help -> git
│   │   ├── git-http-backend
│   │   ├── git-http-fetch
│   │   ├── git-http-push
│   │   ├── git-imap-send
│   │   ├── git-index-pack -> git
│   │   ├── git-init -> git
│   │   ├── git-init-db -> git
│   │   ├── git-instaweb
│   │   ├── git-log -> git
│   │   ├── git-lost-found
│   │   ├── git-ls-files -> git
│   │   ├── git-ls-remote -> git
│   │   ├── git-ls-tree -> git
│   │   ├── git-mailinfo -> git
│   │   ├── git-mailsplit -> git
│   │   ├── git-merge -> git
│   │   ├── git-merge-base -> git
│   │   ├── git-merge-file -> git
│   │   ├── git-merge-index -> git
│   │   ├── git-merge-octopus
│   │   ├── git-merge-one-file
│   │   ├── git-merge-ours -> git
│   │   ├── git-merge-recursive -> git
│   │   ├── git-merge-resolve
│   │   ├── git-merge-subtree -> git
│   │   ├── git-merge-tree -> git
│   │   ├── git-mergetool
│   │   ├── git-mergetool--lib
│   │   ├── git-mktag -> git
│   │   ├── git-mktree -> git
│   │   ├── git-mv -> git
│   │   ├── git-name-rev -> git
│   │   ├── git-notes -> git
│   │   ├── git-p4
│   │   ├── git-pack-objects -> git
│   │   ├── git-pack-redundant -> git
│   │   ├── git-pack-refs -> git
│   │   ├── git-parse-remote
│   │   ├── git-patch-id -> git
│   │   ├── git-peek-remote -> git
│   │   ├── git-prune -> git
│   │   ├── git-prune-packed -> git
│   │   ├── git-pull
│   │   ├── git-push -> git
│   │   ├── git-quiltimport
│   │   ├── git-read-tree -> git
│   │   ├── git-rebase
│   │   ├── git-rebase--am
│   │   ├── git-rebase--interactive
│   │   ├── git-rebase--merge
│   │   ├── git-receive-pack -> git
│   │   ├── git-reflog -> git
│   │   ├── git-relink
│   │   ├── git-remote -> git
│   │   ├── git-remote-ext -> git
│   │   ├── git-remote-fd -> git
│   │   ├── git-remote-ftp -> git-remote-http
│   │   ├── git-remote-ftps -> git-remote-http
│   │   ├── git-remote-http
│   │   ├── git-remote-https -> git-remote-http
│   │   ├── git-remote-testpy
│   │   ├── git-remote-testsvn
│   │   ├── git-repack
│   │   ├── git-replace -> git
│   │   ├── git-repo-config -> git
│   │   ├── git-request-pull
│   │   ├── git-rerere -> git
│   │   ├── git-reset -> git
│   │   ├── git-rev-list -> git
│   │   ├── git-rev-parse -> git
│   │   ├── git-revert -> git
│   │   ├── git-rm -> git
│   │   ├── git-send-email
│   │   ├── git-send-pack -> git
│   │   ├── git-sh-i18n
│   │   ├── git-sh-i18n--envsubst
│   │   ├── git-sh-setup
│   │   ├── git-shell
│   │   ├── git-shortlog -> git
│   │   ├── git-show -> git
│   │   ├── git-show-branch -> git
│   │   ├── git-show-index
│   │   ├── git-show-ref -> git
│   │   ├── git-stage -> git
│   │   ├── git-stash
│   │   ├── git-status -> git
│   │   ├── git-stripspace -> git
│   │   ├── git-submodule
│   │   ├── git-subtree
│   │   ├── git-svn
│   │   ├── git-symbolic-ref -> git
│   │   ├── git-tag -> git
│   │   ├── git-tar-tree -> git
│   │   ├── git-unpack-file -> git
│   │   ├── git-unpack-objects -> git
│   │   ├── git-update-index -> git
│   │   ├── git-update-ref -> git
│   │   ├── git-update-server-info -> git
│   │   ├── git-upload-archive -> git
│   │   ├── git-upload-pack
│   │   ├── git-var -> git
│   │   ├── git-verify-pack -> git
│   │   ├── git-verify-tag -> git
│   │   ├── git-web--browse
│   │   ├── git-whatchanged -> git
│   │   ├── git-write-tree -> git
│   │   └── mergetools
│   │   ├── araxis
│   │   ├── bc3
│   │   ├── codecompare
│   │   ├── deltawalker
│   │   ├── diffuse
│   │   ├── ecmerge
│   │   ├── emerge
│   │   ├── gvimdiff
│   │   ├── gvimdiff2
│   │   ├── kdiff3
│   │   ├── kompare
│   │   ├── meld
│   │   ├── opendiff
│   │   ├── p4merge
│   │   ├── tkdiff
│   │   ├── tortoisemerge
│   │   ├── vimdiff
│   │   ├── vimdiff2
│   │   └── xxdiff
│   └── migcom
└── share
├── bison
│   ├── README
│   ├── c++.m4
│   ├── c.m4
│   ├── glr.c
│   ├── glr.cc
│   ├── lalr1.cc
│   ├── location.cc
│   ├── m4sugar
│   │   └── m4sugar.m4
│   └── yacc.c
├── doc
│   └── nasm
│   ├── html
│   │   ├── nasmdo10.html
│   │   ├── nasmdoc0.html
│   │   ├── nasmdoc1.html
│   │   ├── nasmdoc2.html
│   │   ├── nasmdoc3.html
│   │   ├── nasmdoc4.html
│   │   ├── nasmdoc5.html
│   │   ├── nasmdoc6.html
│   │   ├── nasmdoc7.html
│   │   ├── nasmdoc8.html
│   │   ├── nasmdoc9.html
│   │   ├── nasmdoca.html
│   │   ├── nasmdocb.html
│   │   └── nasmdoci.html
│   └── nasmdoc.txt
├── git-core
│   ├── git-completion.bash
│   ├── git-prompt.sh
│   ├── perl
│   │   ├── Git
│   │   │   ├── I18N.pm
│   │   │   ├── IndexInfo.pm
│   │   │   ├── SVN
│   │   │   │   ├── Editor.pm
│   │   │   │   ├── Fetcher.pm
│   │   │   │   ├── GlobSpec.pm
│   │   │   │   ├── Log.pm
│   │   │   │   ├── Memoize
│   │   │   │   │   └── YAML.pm
│   │   │   │   ├── Migration.pm
│   │   │   │   ├── Prompt.pm
│   │   │   │   ├── Ra.pm
│   │   │   │   └── Utils.pm
│   │   │   └── SVN.pm
│   │   ├── Git.pm
│   │   └── auto
│   │   └── Git
│   ├── python
│   │   ├── git_remote_helpers
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── git
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── exporter.py
│   │   │   │   ├── exporter.pyc
│   │   │   │   ├── git.py
│   │   │   │   ├── git.pyc
│   │   │   │   ├── importer.py
│   │   │   │   ├── importer.pyc
│   │   │   │   ├── non_local.py
│   │   │   │   ├── non_local.pyc
│   │   │   │   ├── repo.py
│   │   │   │   └── repo.pyc
│   │   │   ├── util.py
│   │   │   └── util.pyc
│   │   └── git_remote_helpers-0.1.0-py2.7.egg-info
│   └── templates
│   ├── branches
│   ├── description
│   ├── hooks
│   │   ├── applypatch-msg.sample
│   │   ├── commit-msg.sample
│   │   ├── post-update.sample
│   │   ├── pre-applypatch.sample
│   │   ├── pre-commit.sample
│   │   ├── pre-push.sample
│   │   ├── pre-rebase.sample
│   │   ├── prepare-commit-msg.sample
│   │   └── update.sample
│   └── info
│   └── exclude
├── gitweb
│   ├── gitweb.cgi
│   └── static
│   ├── git-favicon.png
│   ├── git-logo.png
│   ├── gitweb.css
│   └── gitweb.js
├── headerdoc
│   ├── Availability.list
│   ├── Modules
│   │   └── HeaderDoc
│   │   ├── APIOwner.pm
│   │   ├── AvailHelper.pm
│   │   ├── BlockParse.pm
│   │   ├── CPPClass.pm
│   │   ├── Constant.pm
│   │   ├── DBLookup.pm
│   │   ├── Dependency.pm
│   │   ├── DocReference.pm
│   │   ├── Enum.pm
│   │   ├── Function.pm
│   │   ├── Group.pm
│   │   ├── HashObject.pm
│   │   ├── Header.pm
│   │   ├── HeaderElement.pm
│   │   ├── IncludeHash.pm
│   │   ├── LineRange.pm
│   │   ├── MacroFilter.pm
│   │   ├── Method.pm
│   │   ├── MinorAPIElement.pm
│   │   ├── ObjCCategory.pm
│   │   ├── ObjCClass.pm
│   │   ├── ObjCContainer.pm
│   │   ├── ObjCProtocol.pm
│   │   ├── PDefine.pm
│   │   ├── ParseTree.pm
│   │   ├── ParserState.pm
│   │   ├── PerfEngine.pm
│   │   ├── PerfPoint.pm
│   │   ├── PythonParse.pm
│   │   ├── Regen.pm
│   │   ├── Struct.pm
│   │   ├── Test.pm
│   │   ├── TypeHelper.pm
│   │   ├── Typedef.pm
│   │   ├── Utilities.pm
│   │   └── Var.pm
│   └── conf
│   ├── com.apple.headerDoc2HTML.config
│   └── com.apple.headerdoc.exampletocteplate.html
└── man
├── man1
│   ├── BuildStrings.1
│   ├── CpMac.1
│   ├── DeRez.1
│   ├── GetFileInfo.1
│   ├── MergePef.1
│   ├── MvMac.1
│   ├── ResMerger.1
│   ├── Rez.1
│   ├── RezDet.1
│   ├── RezWack.1
│   ├── SetFile.1
│   ├── SplitForks.1
│   ├── UnRezWack.1
│   ├── ar.1
│   ├── as.1
│   ├── asa.1
│   ├── bison.1
│   ├── c++.1 -> clang++.1
│   ├── c89.1
│   ├── c99.1
│   ├── cc.1 -> clang.1
│   ├── clang++.1 -> clang.1
│   ├── clang.1
│   ├── cmpdylib.1
│   ├── codesign_allocate.1
│   ├── ctags.1
│   ├── ctf_insert.1
│   ├── dsymutil.1
│   ├── dwarfdump.1
│   ├── dyldinfo.1
│   ├── flex++.1
│   ├── flex.1
│   ├── gatherheaderdoc.1
│   ├── gcov.1.gz
│   ├── git-add.1
│   ├── git-am.1
│   ├── git-annotate.1
│   ├── git-apply.1
│   ├── git-archimport.1
│   ├── git-archive.1
│   ├── git-bisect.1
│   ├── git-blame.1
│   ├── git-branch.1
│   ├── git-bundle.1
│   ├── git-cat-file.1
│   ├── git-check-attr.1
│   ├── git-check-ignore.1
│   ├── git-check-ref-format.1
│   ├── git-checkout-index.1
│   ├── git-checkout.1
│   ├── git-cherry-pick.1
│   ├── git-cherry.1
│   ├── git-citool.1
│   ├── git-clean.1
│   ├── git-clone.1
│   ├── git-column.1
│   ├── git-commit-tree.1
│   ├── git-commit.1
│   ├── git-config.1
│   ├── git-count-objects.1
│   ├── git-credential-cache--daemon.1
│   ├── git-credential-cache.1
│   ├── git-credential-store.1
│   ├── git-credential.1
│   ├── git-cvsexportcommit.1
│   ├── git-cvsimport.1
│   ├── git-cvsserver.1
│   ├── git-daemon.1
│   ├── git-describe.1
│   ├── git-diff-files.1
│   ├── git-diff-index.1
│   ├── git-diff-tree.1
│   ├── git-diff.1
│   ├── git-difftool.1
│   ├── git-fast-export.1
│   ├── git-fast-import.1
│   ├── git-fetch-pack.1
│   ├── git-fetch.1
│   ├── git-filter-branch.1
│   ├── git-fmt-merge-msg.1
│   ├── git-for-each-ref.1
│   ├── git-format-patch.1
│   ├── git-fsck-objects.1
│   ├── git-fsck.1
│   ├── git-gc.1
│   ├── git-get-tar-commit-id.1
│   ├── git-grep.1
│   ├── git-hash-object.1
│   ├── git-help.1
│   ├── git-http-backend.1
│   ├── git-http-fetch.1
│   ├── git-http-push.1
│   ├── git-imap-send.1
│   ├── git-index-pack.1
│   ├── git-init-db.1
│   ├── git-init.1
│   ├── git-instaweb.1
│   ├── git-log.1
│   ├── git-lost-found.1
│   ├── git-ls-files.1
│   ├── git-ls-remote.1
│   ├── git-ls-tree.1
│   ├── git-mailinfo.1
│   ├── git-mailsplit.1
│   ├── git-merge-base.1
│   ├── git-merge-file.1
│   ├── git-merge-index.1
│   ├── git-merge-one-file.1
│   ├── git-merge-tree.1
│   ├── git-merge.1
│   ├── git-mergetool--lib.1
│   ├── git-mergetool.1
│   ├── git-mktag.1
│   ├── git-mktree.1
│   ├── git-mv.1
│   ├── git-name-rev.1
│   ├── git-notes.1
│   ├── git-p4.1
│   ├── git-pack-objects.1
│   ├── git-pack-redundant.1
│   ├── git-pack-refs.1
│   ├── git-parse-remote.1
│   ├── git-patch-id.1
│   ├── git-peek-remote.1
│   ├── git-prune-packed.1
│   ├── git-prune.1
│   ├── git-pull.1
│   ├── git-push.1
│   ├── git-quiltimport.1
│   ├── git-read-tree.1
│   ├── git-rebase.1
│   ├── git-receive-pack.1
│   ├── git-reflog.1
│   ├── git-relink.1
│   ├── git-remote-ext.1
│   ├── git-remote-fd.1
│   ├── git-remote-testgit.1
│   ├── git-remote.1
│   ├── git-repack.1
│   ├── git-replace.1
│   ├── git-repo-config.1
│   ├── git-request-pull.1
│   ├── git-rerere.1
│   ├── git-reset.1
│   ├── git-rev-list.1
│   ├── git-rev-parse.1
│   ├── git-revert.1
│   ├── git-rm.1
│   ├── git-send-email.1
│   ├── git-send-pack.1
│   ├── git-sh-i18n--envsubst.1
│   ├── git-sh-i18n.1
│   ├── git-sh-setup.1
│   ├── git-shell.1
│   ├── git-shortlog.1
│   ├── git-show-branch.1
│   ├── git-show-index.1
│   ├── git-show-ref.1
│   ├── git-show.1
│   ├── git-stage.1
│   ├── git-stash.1
│   ├── git-status.1
│   ├── git-stripspace.1
│   ├── git-submodule.1
│   ├── git-svn.1
│   ├── git-symbolic-ref.1
│   ├── git-tag.1
│   ├── git-tar-tree.1
│   ├── git-unpack-file.1
│   ├── git-unpack-objects.1
│   ├── git-update-index.1
│   ├── git-update-ref.1
│   ├── git-update-server-info.1
│   ├── git-upload-archive.1
│   ├── git-upload-pack.1
│   ├── git-var.1
│   ├── git-verify-pack.1
│   ├── git-verify-tag.1
│   ├── git-web--browse.1
│   ├── git-whatchanged.1
│   ├── git-write-tree.1
│   ├── git.1
│   ├── gitremote-helpers.1
│   ├── gitweb.1
│   ├── gm4.1
│   ├── gnumake.1
│   ├── gperf.1
│   ├── hdxml2manxml.1
│   ├── headerdoc.1
│   ├── headerdoc2html.1
│   ├── indent.1
│   ├── install_name_tool.1
│   ├── ld.1
│   ├── lex.1
│   ├── libtool.1
│   ├── lipo.1
│   ├── lldb.1
│   ├── lorder.1
│   ├── m4.1
│   ├── make.1
│   ├── mig.1
│   ├── migcom.1
│   ├── mkdep.1
│   ├── mpgl.1
│   ├── nasm.1
│   ├── ndisasm.1
│   ├── nm.1
│   ├── nmedit.1
│   ├── otool.1
│   ├── pagestuff.1
│   ├── projectInfo.1
│   ├── ranlib.1
│   ├── rebase.1
│   ├── redo_prebinding.1
│   ├── resolveLinks.1
│   ├── rpcgen.1
│   ├── segedit.1
│   ├── size.1
│   ├── strings.1
│   ├── strip.1
│   ├── svn.1
│   ├── svnadmin.1
│   ├── svndumpfilter.1
│   ├── svnlook.1
│   ├── svnrdump.1
│   ├── svnsync.1
│   ├── svnversion.1
│   ├── unifdef.1
│   ├── unifdefall.1
│   ├── unwinddump.1
│   ├── what.1
│   ├── xcrun.1
│   ├── xml2man.1
│   └── yacc.1
├── man5
│   ├── Mach-O.5
│   ├── a.out.5
│   ├── ar.5
│   ├── gitattributes.5
│   ├── githooks.5
│   ├── gitignore.5
│   ├── gitmodules.5
│   ├── gitrepository-layout.5
│   ├── gitweb.conf.5
│   ├── manpages.5
│   ├── ranlib.5
│   ├── stab.5
│   └── svnserve.conf.5
├── man7
│   ├── gitcli.7
│   ├── gitcore-tutorial.7
│   ├── gitcredentials.7
│   ├── gitcvs-migration.7
│   ├── gitdiffcore.7
│   ├── gitglossary.7
│   ├── gitnamespaces.7
│   ├── gitrevisions.7
│   ├── gittutorial-2.7
│   ├── gittutorial.7
│   └── gitworkflows.7
└── man8
└── svnserve.8
109 directories, 914 files
$ /usr/bin/clang --version
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn)
Target: x86_64-apple-darwin13.0.0
Thread model: posix
$ /usr/sbin/pkgutil --pkg-info com.apple.pkg.CLTools_Executables
package-id: com.apple.pkg.CLTools_Executables
version: 5.0.1.0.1.1382131676
volume: /
location: /
install-time: 1383811670
groups: com.apple.FindSystemFiles.pkg-group com.apple.DevToolsBoth.pkg-group com.apple.DevToolsNonRelocatableShared.pkg-group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment