Tuesday, April 22, 2008

Automating interective application on UNIX

I was trying to write a shell script which would scp my files to another computer and execute some commands on that machine. My first thought was I won't be able to do this in shell script until I discovered expect. There is another tool called empty, which looked little better at first look, but I haven't tried it.

No comments: