Pavel Sanda wrote: > Manolo Martínez wrote: > > I use Linux, yes. If you could provide that script, or a pointer where to > > find it, it would be great :) > > lyx -e text your_master.lyx > wc -w your_master.txt
even more elaborate, make a script.sh: lyx -e text "$1" xmessage File has `wc -w Customization.txt` words. and then bind new shortcut in your lyx with vc_command D your_script.sh $$p/$$i pavel
