It seems that -prune in POSIX find is almost completely useless! "find . -prune" only returns "." "find * -prune" works, but has argument list length issues. "find . -mindepth 1 -prune" is fine, but not POSIX.
-Truls
It seems that -prune in POSIX find is almost completely useless! "find . -prune" only returns "." "find * -prune" works, but has argument list length issues. "find . -mindepth 1 -prune" is fine, but not POSIX.
-Truls