fabien van mook

all packages "fvm-*"

package "fvm-miscellaneous"

function file "search_in_loadpath.m"

Function search_in_loadpath(s,filename)

displays the files which have the string s in
the file name, or which contain the string s
within the file. The function searches all
non-binary files found in the load path of
Octave.

The progress of the search and all results
are printed in the given filename. After
calling the function, one can open the
resulting file in a text editor, and
look for the results by searching after 
each string "Match(es) in ...".

The function internally calls the unix script
search.sh.


(c) 2026 fabien van mook

2026.08.20 release of this file within package "fvm-miscellaneous" under GNU GPLv3+