Skip to content

Instantly share code, notes, and snippets.

@AKovtunov
Created February 16, 2015 21:41
Show Gist options
  • Save AKovtunov/fa94cf018c0366a3bbc9 to your computer and use it in GitHub Desktop.
Save AKovtunov/fa94cf018c0366a3bbc9 to your computer and use it in GitHub Desktop.
Ruby file search mask
> Dir.entrie­s "/"
=> [".", "..", "Home", "Libraries", "MouseHole", "Programs", "Tutorials", "comics.txt"]
Try: Dir["/*.txt"]
> Dir["/*.tx­t"]
=> ["/comics.txt"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment