On Fri May 8 05:43:17 EDT 2009, [email protected] wrote: > Hello, > sometimes, when I execute a few times some external commands on a > directory with multiple files on it (an external command like tail +0f > on different files that are constantly appended), it is nice to have > the output of each command on its own window, and not having all > outputs mixed in /whatever/dir/+Errors. [...] > Also, when I have just one tail command running, acme's Kill command > is fine when I no longer need it, but when you have >3 tail commands > running at the same time, Kill doesn't work so good anymore.
perhaps this is why i'm such an inveterate user of win. or maybe it's the other way around. either way, you can dodge both problems by doing tail -f in a win window and using <del> to kill off your tail processes. admittedly, this is an unsatisfying dodge. - erik
