Skip to content

Allow getting parameters from file lines #813

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

Open
Scripter17 opened this issue Apr 27, 2025 · 0 comments
Open

Allow getting parameters from file lines #813

Scripter17 opened this issue Apr 27, 2025 · 0 comments

Comments

@Scripter17
Copy link

To benchmark a URL cleaning tool I'm building, I got 9000 URLs from reddit using reddit.com/domain/$DOMAIN and want to pass them all into a bash script that's effectively a fancy wrapper around hyperfine. The problem is that passing the first 3000 URLs into a --parameter-list errors on the argument list being too long, and passing in all 9000 somehow crashes my laptop.

What I'd like is to be able to write the URLs to a file then say, for example, --parameters-from-file-lines url urls.txt. In fact this could skip the file entirely by using --parameters-from-file-lines url <(url-getting-command).

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

1 participant