Path: utzoo!attcan!uunet!know!samsung!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!midway!magrathea!francis From: francis@magrathea.uchicago.edu (Francis Stracke) Newsgroups: comp.sys.mac.programmer Subject: Re: The DTS Tech Notes files... Keywords: DTS, text Message-ID: <1990Sep25.155512.14552@midway.uchicago.edu> Date: 25 Sep 90 15:55:12 GMT References: <4012@bingvaxu.cc.binghamton.edu> Sender: news@midway.uchicago.edu (News Administrator) Distribution: na Organization: Mathematics Department, University of Chicago Lines: 16 In article <4012@bingvaxu.cc.binghamton.edu> consp22@bingvaxu.cc.binghamton.edu (Darren Handler) writes: >Hey, are there text file versions of all the DTS Tech notes available >anywhere. This would be neat to have on a big computer somewhere for >grepping through and stuff. If it isn't available, are any of you >interesed in starting a project to do such a thing? Sure, they're around. I've seen them in MacWrite format; they'd be fairly easy to put into ASCII. Of course, I'm not sure grep is what you want to do to them. You'd either have to combine them into one multi-MB file (grep then gets slow) or grep through many different files. Of course, you could write something that would concurrently grep all your stuff, then have the first one to find what you're looking for kill off the others. I think a perverted index would be nicer. Francis Stracke I'm just Department property (grad student). I don't speak for it.