Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!wuarchive!uunet!utoday!sean From: sean@utoday.UUCP (Sean Fulton) Newsgroups: comp.unix.shell Subject: Re: Sounds trivial, but it's not (I don't think) Message-ID: <1818@utoday.UUCP> Date: 30 Sep 90 05:18:08 GMT References: <1990Sep28.175140.17023@bkj386.uucp> Reply-To: sean@utoday.UUCP (Sean Fulton) Organization: UNIX Today!, Manhasset, NY Lines: 37 In article <1990Sep28.175140.17023@bkj386.uucp> marekp@bkj386.UUCP (Marek Pawlowski) writes: > >Simple, if I understood your question correctly. Essentially, this relies on >doing the following: > >cd /directory/containing/the/files/to/be/sent/out >for a in * >do > foo > [...] > bar >done > >Rather simple. >So, when do I get my free subscription to Unix Today? :) Consider your subscription done. But ... you didn't answer my question. Assuming foo is cu [system]<$a, you've accomplished exactly what I have. The hard part is being able to pipe all those files into one cu. As an update, I tried cu [system]