On 5/22/07, Alex Esplin <[EMAIL PROTECTED]> wrote: > I'm not sure how catdoc works (as in if you would want more options > than below), but this is what I would do.
just looked up catdoc, and it looks like it sends output to stdout, so you'd want to do $ find . -name "*\.doc" | while read f; >do >catdoc "$f" > "$f.txt" >done -- Alex Esplin -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
