Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

support globbing for flat-files arguments #15

Open
he2ss opened this issue Dec 15, 2016 · 2 comments
Open

support globbing for flat-files arguments #15

he2ss opened this issue Dec 15, 2016 · 2 comments
Assignees
Milestone

Comments

@he2ss
Copy link
Contributor

he2ss commented Dec 15, 2016

It will be useful if the --flat-file argument can support globing, nxapi will be able to process many files at the same time.

example : python nxtool.py --flat-file /mydirectory/error.log.*

@jvoisin
Copy link

jvoisin commented Dec 15, 2016

Blocked by #16

@jvoisin jvoisin self-assigned this Dec 15, 2016
@jvoisin jvoisin added this to the 0.1 milestone Dec 15, 2016
@jvoisin
Copy link

jvoisin commented Dec 16, 2016

On the other hand, what about using something like python nxtool.py --stdin <<< $(cat /mydirectory/error.log.*) instead?

I don't think that we want that kind of logic inside nxtool-ng.

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

No branches or pull requests

2 participants