Previous: Exec, Up: Subprocess Execution
Abbreviations:
Examples:
!/bin/sh
exec /bin/sh
exec ... /bin/sh
!!stty 19200
exec!stty 19200
exec !.. stty 19200
|less
exec !..| less
screen
would not expect without the ‘|’)
when its stdin is not a tty. Less
versions newer than 177 fail miserably
here; good old pg
still works.
!:sed -n s/.*Error.*/\007/p