Help for this page

Select Code to Download


  1. or download this
    $ findrule test
    test
    ...
    $ findrule test  -file -name "foo*txt" -maxdepth 2
    test/foo.txt
    test/test/foooooo.txt
    
  2. or download this
    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 "