Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Validating multiple files in one go #79

Open
ihortom opened this issue Oct 18, 2016 · 2 comments
Open

Validating multiple files in one go #79

ihortom opened this issue Oct 18, 2016 · 2 comments

Comments

@ihortom
Copy link

ihortom commented Oct 18, 2016

Would it possible to enable multiple files validation? For example,

$ ~/factotum validate <file1> <file2>
$ ~/factotum validate path/to/*.factfile
$ ls *.factfile | ~/factotum validate
@ninjabear
Copy link
Contributor

This can be achieved with a bit of shell foo:

$ find ./samples/ -type f | xargs -l factotum validate

Does that cover your use case @ihortom ? Perhaps you're using it as part of script?

@ihortom
Copy link
Author

ihortom commented Oct 20, 2016

It doesn't work on Mac (-l option is not applicable); replacing -l with -I doesn't help either.

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

No branches or pull requests

2 participants