On Oct 3, 8:23am, Bart Schaefer wrote: } } local stdin } exec {stdin}<&0 } xterm -g 180x30+0+0 -hold -e "most $* <&$stdin" Should probably end that with exec {stdin}<&- to avoid leakage.