Help for this page

Select Code to Download


  1. or download this
    $term=<some text input to be searched for>;
    $fn="../ -depth -type f | xargs grep -i -n "."$term";
    $output = qx/find $fn /;