Help for this page
$ findrule test test ... $ findrule test -file -name "foo*txt" -maxdepth 2 test/foo.txt test/test/foooooo.txt
perl -MPath::Tiny -le " path(q{test/test/foooooo.txt})->touchpath " perl -MPath::Tiny -le " path(q{test/foo.txt})->touchpath " perl -MPath::Tiny -le " path(q{test})->remove_tree "