OS4 DepotLogo by DBAlex 
(anonymous IP: 3.141.8.247,0) 
 HomeRecentStatsSearchMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1005)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4366

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  UtilityBase
  IntuitionBase
  AmigaBounty


Support the site


 Readme for:  Development » Utility » gnufind.lha

find

Description: GNU find 4.1.20 (from findutils)
Download: gnufind.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 170kb
Version: 4.1.20
Date: 11 Nov 14
Author: Free Software Foundation
Submitter: Michael Trebilcock
Category: development/utility
Replaces: development/utility/gnufind.lha
License: GPL
Distribute: yes
Min OS Version: 4.0
FileID: 9049
 
Comments: 1
Snapshots: 0
Videos: 0
Downloads:  (Current version)
 (Accumulated)

[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] 
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 (c) 2004-2024 by Björn Hagström All Rights Reserved
Amiga OS and its logos are registered trademarks of Hyperion Entertainment