The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

dir-has-dot-subdirs - Test that a directory has dot subdirectories

VERSION

This document describes version 0.001 of dir-has-dot-subdirs (from Perl distribution App-FileTestUtils), released on 2019-08-17.

SYNOPSIS

On the command-line:

 % dir-has-dot-subdirs "foo" && echo "foo/ has dot subdirs"

DESCRIPTION

This is a simple CLI for File::MoreUtil's dir_has_dot_subdirs. It will exit 0 if argument is a directory and has dot (a.k.a. hidden) subdirectories.

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/App-FileTestUtils.

SOURCE

Source repository is at https://github.com/perlancar/perl-App-FileTestUtils.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-FileTestUtils

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

SEE ALSO

File::MoreUtil

dir-has-subdirs

dir-has-non-dot-subdirs

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by perlancar@cpan.org.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.