NAME
App::Zealc::Command::expand - list all documents that match a pattern
SYNOPSIS
zealc expand perlmo%
# perlmod
# perlmodinstall
# perlmodlib
# perlmodstyle
zealc expand -f perl_os
# perl:perldos
# perl:perlvos
DESCRIPTION
The expand command lists all documents that match a case-insensitive SQL LIKE pattern.
A SQL LIKE pattern is similar to a shell glob. The "%" character matches zero or more characters (like "*" in a shell glob or ".*" in a regex) and "_" matches exactly one character (like "?" in a shell glob or "." in a regex). Matching is case-insensitive.
SEE ALSO
AUTHOR
Marius Gavrilescu, <marius@ieval.ro>
COPYRIGHT AND LICENSE
Copyright (C) 2015 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.20.1 or, at your option, any later version of Perl 5 you may have available.