Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/usr.bin/find
Elad Efrat <elad%NetBSD.org@localhost> 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)))))
Home |
Main Index |
Thread Index |
Old Index