Subject: Re: CVS commit: src/usr.bin/find
To: None <source-changes@netbsd.org>
From: Jed Davis <jdev@panix.com>
List: source-changes
Date: 10/20/2005 21:34:45
Elad Efrat <elad@NetBSD.org> writes:

> Zafer Aydogan wrote:
>
>> And there is surely a POSIX Rule
>> that says so aswell. 
>
> Can you quote the POSIX "rule" that says so?

http://www.opengroup.org/onlinepubs/009695399/utilities/find.html
doesn't seem to say anything about slashes or canonicalization.

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))