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
Pipes and chains (;) currently end up in _unparsed in the shell subsystem. The service should be able to redirect stdout to another command's stdin as well as execute multiple commands from a single input, similar to how command-in-command expansion (echo $(echo test)) currently works.
The text was updated successfully, but these errors were encountered:
Pipes and chains (
;
) currently end up in_unparsed
in the shell subsystem. The service should be able to redirect stdout to another command's stdin as well as execute multiple commands from a single input, similar to how command-in-command expansion (echo $(echo test)
) currently works.The text was updated successfully, but these errors were encountered: