Skip to content

Instantly share code, notes, and snippets.

@d6rkaiz
Created May 4, 2011 18:32
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 d6rkaiz/955731 to your computer and use it in GitHub Desktop.
Save d6rkaiz/955731 to your computer and use it in GitHub Desktop.
$ uname
Darwin
$ mount
/dev/disk0s2 on / (hfs, local, journaled)
devfs on /dev (devfs, local, nobrowse)
map -hosts on /net (autofs, nosuid, automounted, nobrowse)
map auto_home on /home (autofs, automounted, nobrowse)
/dev/disk1s2 on /Volumes/TimeMachine (hfs, local, nodev, nosuid, journaled)
$ ruby -e 'p (Dir.glob "/a", File::FNM_CASEFOLD)'
[]
$ ruby --version
ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-darwin10.7.0]
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment