Advertisement
Guest User

jl0242

a guest
Apr 24th, 2009
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. ~$ ash
  2.  
  3.  
  4. BusyBox v1.3.1 (2007-12-29 03:38:35 UTC) Built-in shell (ash)
  5. Enter 'help' for a list of built-in commands.
  6.  
  7. # echo $PATH
  8. /opt/sbin:/opt/bin:/sbin:/bin:/usr/sbin:/usr/bin
  9.  
  10. # find -
  11. BusyBox v1.3.1 (2007-12-29 03:38:35 UTC) multi-call binary
  12.  
  13. No help available.
  14.  
  15. # /usr/bin/find -
  16. BusyBox v1.3.1 (2007-12-29 03:38:35 UTC) multi-call binary
  17.  
  18. Usage: find [PATH...] [EXPRESSION]
  19.  
  20. Search for files in a directory hierarchy. The default PATH is
  21. the current directory; default EXPRESSION is '-print'
  22.  
  23. EXPRESSION may consist of:
  24. -follow Dereference symbolic links
  25. -name PATTERN File name (leading directories removed) matches PATTERN
  26. -print Print (default and assumed)
  27. -type X Filetype matches X (where X is one of: f,d,l,b,c,...)
  28.  
  29. # /opt/bin/find -
  30. /opt/bin/find: invalid predicate `-'
  31. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement