You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
BolunThompson
changed the title
Quoted commands aren’t recognized as being parallelizable.
Quoted commands aren’t recognized as being parallelizable
Jan 3, 2025
Example:
"cat" "$0" | "tr" "A-Z" "a-z"
isn’t parallelizable, butcat $0 | tr A-Z a-z
is. Not a common scenario, but should be a simple fix (unless this is intended).The text was updated successfully, but these errors were encountered: