Praedor Tempus hat gesagt: // Praedor Tempus wrote:
> On Saturday 15 September 2001 07:43 am, Praedor Tempus wrote:
> > I seem to recall seeing some question about this previously but cannot
> > truly recall. How does one do a word count on a lyx document?
>
> Nevermind. Found it - do a spellcheck.
If you hace "wc" installed, the following is faster:
Choose "File->Export->Custom", File Type ASCII, Command "wc -w".
You will find the word count in the terminal you started lyx from (or in
your ~/.xsession-errors file)
Of course, one could wrap this in a little skript called "wordcount"
>----->
#!/bin/sh
echo 'Chars | Lines | Words'
wc
>----->
bye,
--
__ __
Frank Barknecht ____ ______ ____ __ trip\ \ / /wire ______
/ __// __ /__/ __// // __ \ \/ / __ \\ ___\
/ / / ____/ / / / // ____// /\ \\ ___\\____ \
/_/ /_____/ /_/ /_//_____// / \ \\_____\\_____\
/_/ \_\