Emmanuel Halbwachs writes: >unixbox$ cat opmode-commands | ssh router >unixbox$ cat confmode-commands | ssh router You can also do this with semi-colons: ssh router "show foo; show bar ; show baz" ssh router "configure ; set system host-name foo; commit" Thanks, Phil