Piers Angliss wrote: > elmer $ for file in `ls` > > do > > echo $file > > guide $file -na -ns > > done
The problem with this approach is that the GUIDE_ERRORS.LIS and GUIDE_FIXUP.DAT files which are created by guide will keep getting renamed and you'll have to work hard to process the results. Simply running guide -na -ns will give you a single output file that fixfile can process more easily. Cheers, Ken ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/
