-
Notifications
You must be signed in to change notification settings - Fork 359
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
Feature: combinatorN #31
Comments
Before I do, you know you can do this already? You can use combinator.bin with 2 files and write the output to file. Then run combinator.bin again with the new file and the 3rd file and write it to file, and so on... |
Well, part of the value of combinator is that it can be used to generate a list dynamically, without having to write it to disk first, in order to avoid using up a high amount of disk space. An interesting use case for combinatorN is to combine wordlists with known qualities that you want to appear at specific positions. This is different from PRINCE, in which any item in the wordlist can appear in any position. I am in favor of some kind of per-position combinator tool beyond what combinator3 can provide. Yes, the total number of combinations can increase quickly, but for shorter lists this could be very useful. |
#53 should address this, it will let you chain combinator across multiple pipes. |
This is a reasonable workaround, but still less convenient (and requiring more awareness of the OS than having direct support would) |
Make
combinator
accepts arbitrary number (n) of filesThe text was updated successfully, but these errors were encountered: