Shell command has next operation

how to do when i install some softerware in notebook with shell which has some more prompt.

Shell redirection operators might work, e.g.

!y | sh whatever

Alternately, a wrapper .sh file that does the same, executing that.

1 Like