why does
shell("find . something") work
but
put "find . something" into myfindcmd
shell(myfindcmd) not work?
i need to find a few different things so I'm trying to loop through a
list and I get nothing back. but hardcoding the find line works.
thanks
-zac