View Single Post
ME2g's Avatar
Posts: 168 | Thanked: 58 times | Joined on Aug 2010 @ Vienna
#1
I am using Maemo 5, Version 10.2010.19-1 on N900.

When doing a
find . -type f -exec grep "somthing" {} \;
then I get an error message
"find: unrecognized: -exec"

Is the find command different on ash?
Documentation says that it is the same.