| www.delorie.com/gnu/docs/screen/screen_88.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |