Scripting wvText
Menachem Shapiro
menachem.shapiro at gmail.com
Tue Jul 12 01:27:47 PDT 2005
B"H
On 7/12/05, Todd Walton <tdwalton at gmail.com> 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
>
>
> --
> KPLUG-List at kernel-panic.org
> http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
>
More information about the KPLUG-List
mailing list