Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recurse directory option on p:load #156

Open
xquery opened this issue Apr 1, 2015 · 2 comments
Open

recurse directory option on p:load #156

xquery opened this issue Apr 1, 2015 · 2 comments
Milestone

Comments

@xquery
Copy link

xquery commented Apr 1, 2015

as per ACTION A-268-02, investigate if we add an option to p:load to enable recursive directory loading.

On further reflection, we could consider extending globbing as the following example demonstrates.

<p:load href="file:///test/files/**/**/*.*"/>

Which would select all files three directories deep.

Also thinking about positive/negative scenarios (includes,excludes).

@ndw
Copy link
Collaborator

ndw commented May 27, 2015

Can you provide an example of a pipeline that uses directory-listing and show how it's simpler this way?

@ndw
Copy link
Collaborator

ndw commented Jun 26, 2015

For reference, the ** thing is at least casually defined in bash as 'globstar'

https://www.gnu.org/software/bash/manual/bash.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants