Rainer Scherg RTC wrote: > ----- snip -------- > #!/bin/sh > # -- simple_txt_extract.sh <docfile> > > cat $1 | strings Minor point, but you can make that more efficient by changing that to: strings < $1 and saving a fork/exec. moo ---------------------------------------------------------------------- Ron Klatchko - Manager, Advanced Technology Group UCSF Library and Center for Knowledge Management ron@ckm.ucsf.eduReceived on Tue Aug 11 10:50:01 1998