# useful for xgreping just the perl scripts, while ignoring other large files under this directory find /home/interiot/src/pl -type f | perl -nle 'print if (-x && -T)'