WARNING: This repo is abandonware. I no longer use Julia. I do not currently maintain this repo, and I have no plans to do so in the future.
Eglob
provides extended globbing functions that support a recursive **
wildcard pattern, similar to the **
supported by the
Bash (version 4+) globstar
option
and by Zsh. This package is built on top of
Glob.lj.
eglob()
: An extended globbing function that supports leading~
expansion and a recursive**
wildcard patterneglobt()
: A Task- and Channel-based version ofeglob()
.
Pkg.add("Eglob")