window -hide rc -c 'label a_name; tail -f some_file' >> >> > rc -c only runs the commands given and then terminates. When all the > processes given to window terminates, the window closes. That's what's > happening to you. Try this: > > window -hide 'label a_name; tail -f some_file; rc'
First, it does not terminate, as you could easily try (thanks to the -f switch of tail). Second, your proposal does not work any better than mine. R.
