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

Quoted commands aren’t recognized as being parallelizable #741

Open
BolunThompson opened this issue Jan 3, 2025 · 1 comment
Open

Comments

@BolunThompson
Copy link
Contributor

BolunThompson commented Jan 3, 2025

Example: "cat" "$0" | "tr" "A-Z" "a-z" isn’t parallelizable, but cat $0 | tr A-Z a-z is. Not a common scenario, but should be a simple fix (unless this is intended).

@BolunThompson BolunThompson changed the title Quoted commands aren’t recognized as being parallelizable. Quoted commands aren’t recognized as being parallelizable Jan 3, 2025
@angelhof
Copy link
Member

angelhof commented Jan 5, 2025

It is not intended!

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