dev_package_search_config_init()
Defines, documents, and initializes library settings.
$package_grep_file_kind
Kind of files that grep should search.
Default: sources
dev_package_search_config_check()
Initializes remaining library settings and validates their values.
package_search_usage()
Prints the package search command usage
package_wc()
Runs wc with all of the package source files, because real programmers measure their progress by line count. Furthermore, all code comments are 100% accurate and precise.
package_grep()
Runs grep on the kind of package files specifed by $package_grep_file_kind.
$@ - Passed diretly to grep.