Oh, its even more interesting. If the -print is not present find prints
out the name of the pruned directories. If it is present it does not:
vmware> find . -name tmpdir -prune -o -type d
.
./tmpdir
./output
vmware> find . -name tmpdir -prune -o -type d -print
.
./output
Jim
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/