B"H
On 7/12/05, Todd Walton <[EMAIL PROTECTED]> wrote:
>
> Really, I don't even care about lopping off the "doc" part. I would
> like "txt" or "text" added, but it could become ".doc.txt" for all I
> care. Notably missing from this script is the wvText command! But I
> think that's what you meant, of course.
>
My bad. I was using the mv command to test it out on my computer. What
I meant was:
for i in `ls *.doc`
do
BASE=`echo $i |sed s/\.doc$//`
wvText $i ${BASE}.txt
done
Menachem
> -todd
>
>
> --
> [email protected]
> http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
>
--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list