find: fts

1 
1 7.3 fts
1 =======
1 
1 The findutils source distribution contains two different implementations
1 of 'find'.  The older implementation descends the file system
1 recursively, while the newer one uses 'fts'.  Both are normally
1 installed.
1 
1    If the option '--without-fts' was passed to 'configure', the
1 recursive implementation is installed as 'find' and the fts-based
1 implementation is installed as 'ftsfind'.  Otherwise, the fts-based
1 implementation is installed as 'find' and the recursive implementation
1 is installed as 'oldfind'.
1