Oops good thing I did not commit. On Tue, May 14, 2002 at 11:43:30PM -0700, Osamu Aoki wrote: > I was wondering why we build even if we had no source changes. > > #!/bin/bash > find . -mindepth 3 -mtime -3 -type f -print | \ Of course I have to start one level up in tree :) > grep -v -e CVS -e '^\./articles' -e '^\./webpages'| \ > sed -e 's/\.\/manuals\.sgml\/\([^/]*\)\/.*/\1/' | \ > sort | \ > uniq
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

