View Single Post
Posts: 268 | Thanked: 1,053 times | Joined on May 2010 @ The Netherlands
#26
Originally Posted by n0ak View Post
Busybox doesn't work with -exec when you type in x-term so what I must do to get -exec working.. please help guys.. Can't get command done
If Jedi is right, and you do in fact mean that find doesn't support -exec instead of "Busybox doesn't work with -exec", then the answer to how to get -exec working is simple:

Either
a) install findutils-gnu or
b) install busybox-power

Both of those packages will provide you with a find binary that supports -exec. If you go with findutils-gnu: make sure to use /usr/bin/gnu/find instead of /bin/find.

Last edited by iDont; 2011-08-03 at 14:49. Reason: spelling error
 

The Following User Says Thank You to iDont For This Useful Post: