Thanks for the suggestion. I've tried passing the arguments in the name and
numerous quote arrangements to no avail. Just in case, I added "/usr/bin/" to
the grep. Again, it works at the command line but not in a cfexecute tag, which
gives no output.
chris2oz - 30 Jan 2006 23:54 GMT
Ok. I think I've isolated the problem down to the single quotes. The following
works:
<cfexecute name="/usr/bin/find" arguments="/filepath -type f -name *.cfm*"
timeout="60">
How can I escape the single quotes? I've tried two single quotes.
Thanks.