The commands that take files as argument can use globbing. Some globbing libraries: * https://hackage.haskell.org/package/filepattern * https://hackage.haskell.org/package/Glob In commands like find/ls we may want to add efficient traversal with globbing.