March 2011
1 post
How to send a command to a screen on Unix
Hopefully the SEO magic of my title will help some other people searching for this. I spent the last day or two looking for a solution to send a command to a screen in unix. A screen is basically a backgrounded session that you can run programs in. It’s a shoddy explanation, so go google what it REALLY is. Anyway, a really simple way to send a command to a screen is this: First, create...
Mar 28th