Richard Heck Mon, 01 Oct 2012 15:07:16 -0700
Is there some way I could find out the number of images in a Lyx file, without haveing to physically count them? Thanks, FN
I'd try:
> grep "inset Graphics" yourfile.lyx | wc -l rh