New features in sfind-1.1: - -acl option new - -xattr option new - -linkedto {path} option new call sfind /usr -linkedto /usr/bin/vi -ls to find all links to /usr/bin/vi - -newerXY {path} option new -neweraa compares atime to atime -newerac compares atime to ctime -neweram compares atime to mtime -newerca compares ctime to atime -newercc compares ctime to ctime -newercm compares ctime to mtime -newerma compares mtime to atime -newermc compares mtime to ctime -newermm compares mtime to mtime (identical to -newer) - Reduce ARG_MAX by LINE_MAX to allow the called command from -exec cmd {} + to call further programs and to modify env[] before. - Better messages - Starting to implement multi language support.