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