Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created January 19, 2014 18:52
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 tadzik/8509235 to your computer and use it in GitHub Desktop.
Save tadzik/8509235 to your computer and use it in GitHub Desktop.
┌─[tadzik@yavin]─[~/src/github.com/tadzik/File-Find] (master)*
└─[%]─> rakudobrew switch moar
Switching to moar-HEAD
Updating shims
┌─[tadzik@yavin]─[~/src/github.com/tadzik/File-Find] (master)*
└─[%]─> perl6 -e 'say dir("t/dir1/").perl'
(IO::Path.new(path => "another_dir"), IO::Path.new(path => "file.foo"), IO::Path.new(path => "file.bar"), IO::Path.new(path => "foodir")).list
┌─[tadzik@yavin]─[~/src/github.com/tadzik/File-Find] (master)*
└─[%]─> rakudobrew switch parrot
Switching to parrot-HEAD
Updating shims
┌─[tadzik@yavin]─[~/src/github.com/tadzik/File-Find] (master)*
└─[%]─> perl6 -e 'say dir("t/dir1/").perl'
(IO::Path.new(path => "t/dir1/another_dir"), IO::Path.new(path => "t/dir1/file.foo"), IO::Path.new(path => "t/dir1/file.bar"), IO::Path.new(path => "t/dir1/foodir")).list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment