From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <138575260905080241l370fa5d9re4a5011c49949ca3@mail.gmail.com> References: <138575260905080241l370fa5d9re4a5011c49949ca3@mail.gmail.com> Date: Fri, 8 May 2009 16:33:40 +0100 Message-ID: From: roger peppe To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] command output on acme Topicbox-Message-UUID: f69d75b4-ead4-11e9-9d60-3106f5b1d025 2009/5/8 hugo rivera : > 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. if i want to this, i tend to either a) start another win process as others have said, or b) click New, and in the new window type " I think the way to go is to write something (probably an script) that > redirects the command's output to a single window by interacting with > the files in /mnt/acme/new and /mnt/acme/ID. Nevertheless I am not > quite sure on how to proceed with this, so any suggestions are > welcome. > 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. Does acme > keep the pids of the external commands it runs somewhere so I can know > which ones I need to kill? in other words, say that I have 4 tail > commands running on some dir, with each of them showing their outputs > on its own window, how can I put the right argument to Kill on the > window tag so I can get rid of the command when I saw enough of the > file? > Saludos y gracias > > -- > Hugo > >