in reply to passing a variable value to Unix command
# find all files modified in past 24 hours and do a line count
find2perl . -mtime -1 -exec wc -l {} \;