View Single Post
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#6
Originally Posted by jukzh View Post
That thing isn't works in n900
Code:
find -name "*.py" -exec grep -l "python" {} \;
Yeah, the shipped busybox is configured with FEATURE_FIND_EXEC disabled for some reason. See this thread for alternative ways to do it, and feel free to vote for bug 4248 if you want -exec (and a few other bits) supported in future versions.