New features in sfind-1.2: - Schily Makefilesystem upated - now including a complte libschily - the sfind command has been split into libfind and sfind - New primaries: -dostat force to call stat(2) on all files the new sfind tries to avoid this in case the filesystem type us "ufs" or "zfs". -true Always TRUE -false Always FALSE -mindepth # The primary always evaluates as true; do not apply any tests or actions at levels less than # If any -mindepth primary is specified, it applies to the entire expression even if it would not normally be evaluated. -mindepth 1 processes all but the command line arguments. -maxdepth # The primary always evaluates as true; descend at most # directory levels below the command line arguments. If any -maxdepth primary is specified, it applies to the entire expression even if it would not normally be evaluated. \-maxdepth 0 limits the whole search to the command line arguments. -sparse The primary evaluates as true if the file appears to be sparse, this is when st_size > (st_blocks * DEV_BSIZE + DEV_BSIZE). NOTE: This may change in future.