Le 11/05/2013 16:11, Stanislav a écrit :
Hi.
I have written a function which makes a list of all help pages. This list
has 5972 files. I wonder if it is correct. Is there a file with full list of
help pages (in all languages) or a program (function, script) which makes
this list? I want to check my function.
Yes, it is roughtly this (depending on the release of sources that you
use). With
//cd SCI_sources\modules; // from the modules dir of sources
L = unix_g("dir /s /b *.xml");
nL = grep(L,"\help\");
Lok = L(nL);
size(Lok,1)
i get 5844 files for 5.5.0 sources git ~2 months ago.
Samuel
_______________________________________________
dev mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/dev