Artifact 3a902c0f68de8781fbdb64ada4bb9558b0898e9c:
- Executable file get-config-settings.sh — part of check-in [f77b04e570] at 2017-08-15 16:33:02 on branch v1.64 — added get-config-settings.sh to query what tweakable global config settings exist (user: bjbarcla, size: 301) [annotate] [blame] [check-ins using] [more...]
grep configf:lookup *.scm | sed 's/^.*:lookup//; s/^-number//; s/^ //' | grep -v '^\(section\|test-conf\|tconfig\|testconfig\|dat\|config\|views-cfgdat\)' | perl -pe 's/^\s*(\*configdat\*|configdat|mtconf)//; s/^\s+//; s/\).*$//; s/"//g' | awk '{print $1,$2}' | sort | grep -v section | sort | uniq