Hello,
I would like to have a program which runs in Linux that checks if a file exists, if it does, open a socket and send whats in it to another program, then delete the file.
Then the program it sends it to writes the information it got to another file.
I would just like to know what things are capable of doing this, and what scripting language i would need to use (preferably an easy one

).
thx.