This is probably simple, but I really can't find out how you do it. I have read the man pages and googled without results.
Problem: How do I run a command in a detached tmux window?
Example: I want my detached window 'foo' to run 'ls', but I want to do it from another terminal.
I've tried stuff like: 'tmux -t foo ls' without results.