I have the PID stored in a file, namely test.pid.
How can I kill the background process with that PID file?
I have tried to use: kill 'cat test.pid' and kill {cat test.pid}. But it
wouldn't work. I am using bourne shell at the moment...
Can somebody help please.