SYNOPSIS
ccs-pathmatch list_of_pathname_patternsDESCRIPTION
This program scans the filesystem for given pathname patterns.You can use this program to determine how deep patterns are needed for defining 'file_pattern' or 'path_group'.
EXAMPLES
# ccs-pathmatch '/etc/\*' '/tmp/\*'
- Search for pathnames matching '/etc/\*' or '/tmp/\*' pattern.
NOTES
You unlikely need this program because TOMOYO 1.7.1 introduced recursive directory matching. For example, you can specify /var/www/html/\{\*\}/\*.html for matching /var/www/html/\*/\*.html /var/www/html/\*/\*/\*.html /var/www/html/\*/\*/\*/\*.html etc.
AUTHORS
penguin-kernel _at_ I-love.SAKURA.ne.jp
COPYRIGHT
Copyright © 2005-2010 NTT DATA CORPORATION.This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty.