Download List

專案描述

sfind is a highly portable and fully POSIX.1-2001 compliant implementation of the "find" utility. It implements features like "-ls" and "-exec program ... {} +" (the latter is the POSIX built in "xargs"). It has no limitations on path length. Directory loops caused by hard-linked directories are handled gracefully.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-09-18 19:21
1.2

New primaries include -true, -false, -dostat,-mindepth, -maxdepth, and -sparse. Sfind has been split into a true library, "libfind", and a 200 line program "find.c".
標籤: Major feature enhancements

2004-10-04 14:02
1.0

A 15 page man page was created from the Open Group/IEEE standard. A minor bug that caused a "Too many open files" error when called with a huge number of path arguments was fixed.
標籤: Major feature enhancements

2004-08-09 11:17
0.94

-perm now also implements the POSIX symbolic mode
making the program 100% POSIX compliant. -atime,
-ctime, and -mtime now implement a clean extension
to the POSIX 1 day granularity. You can now use
parameters such as "-mtime -1d2h30m".
標籤: Major feature enhancements

2004-08-02 11:45
0.93

-name now only uses fnmatch() for better POSIX
compatibility. The new -path and -lname options use
fnmatch(), and the -pat, -ppat, and -lpat options use
patmatch().
標籤: Minor feature enhancements

2004-07-26 17:54
0.92

This is the first release after one week of
hacking. The program is mature, fully functional,
and POSIX.1-2001 compliant (except for the
symbolic -perm mode).
標籤: Initial freshmeat announcement

Project Resources