Logo by Browallia (anonymous IP: 3.128.31.227,2258) | ||||||||||||||
| ||||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
Support the site
|
A dodgy port of "find" from an old version of findutils. Don't expect much. Built with clib2. On some rare occasions, the "find" utility is used by configure scripts or Makefiles. It can be put in SDK:local/C "fork" and "wait" code is simply commented out, therefore some functionality is lost. --- Changes: Added xargs. It can help in some cases. An example inside of "sh" (abc-shell): find *.c -print0 | xargs -0 grep -Hni "hello" Will show all .c files containing the string "hello" (case insensitive), including the filename and line number. |
Copyright © 2004-2024 by Björn Hagström All Rights Reserved |