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
The cli pipe feature may hang if the input is very large, on the order of thousands of lines.
For example, in test/test_pipe.sh, if the input is ~2000 lines, set1 | cat hangs.
Other examples have been reported involving large grep output.