
jl0242
By: a guest on
Apr 24th, 2009 | syntax:
None | size: 0.86 KB | hits: 84 | expires: Never
~$ ash
BusyBox v1.3.1 (2007-12-29 03:38:35 UTC) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
# echo $PATH
/opt/sbin:/opt/bin:/sbin:/bin:/usr/sbin:/usr/bin
# find -
BusyBox v1.3.1 (2007-12-29 03:38:35 UTC) multi-call binary
No help available.
# /usr/bin/find -
BusyBox v1.3.1 (2007-12-29 03:38:35 UTC) multi-call binary
Usage: find [PATH...] [EXPRESSION]
Search for files in a directory hierarchy. The default PATH is
the current directory; default EXPRESSION is '-print'
EXPRESSION may consist of:
-follow Dereference symbolic links
-name PATTERN File name (leading directories removed) matches PATTERN
-print Print (default and assumed)
-type X Filetype matches X (where X is one of: f,d,l,b,c,...)
# /opt/bin/find -
/opt/bin/find: invalid predicate `-'
#