mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Oct. 16 2007,19:56 |
|
The find command in DSL is part of Busybox, so it is not full-featured. The GNU version of find is in the findutils.uci mydsl extension, in the "UCI" section.
Since it installs to /opt you'll need to add it to your PATH variable unless you use the full path to the executable or an alias. Note that symlinking the file into /opt/bin won't work in this case, since /opt/bin is at the end of PATH.
EDIT: ..or install gnu-utils =o)
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|