On Sat, Oct 31, 2009 at 06:43:39PM +0000, Anselm R Garbe wrote: > Can't you do something like this (connecting with ssh to the satellite > for just a command): > > ssh u...@sat 'cat >> /some/file.txt' < file.txt
Isn't it "ssh u...@foo cat '>>' /some/file.txt < file.txt"? Regards Moritz