% cd doc/ % ../Util/y-notemize.pl -d .
y-notemize.pl
lets you specify excluded directory regular
expressions to single out directories and/or files which
shouldn't undergo update.
If you're using the default configuration file
y-notemize.cfg
and have, for instance, installed
y-notes in /home/www
and run the following:
% /home/www/y-notes/Util/y-notemize.pl -d /home/www/y-notes
y-notemize.pl
won't update any files in sub-directories
starting with uppercase characters (such as DB, Java, Templates, etc),
as they match the regular expression "/?[A-Z].*
".