bin/124084: find -execdir does not prepend ./ to filenames,
causing problems for certain files.
Remko Lodder
remko at FreeBSD.org
Fri May 30 15:30:18 UTC 2008
The following reply was made to PR bin/124084; it has been noted by GNATS.
From: Remko Lodder <remko at FreeBSD.org>
To: "Michael A. Smith" <michael at smith-li.com>
Cc: freebsd-gnats-submit at FreeBSD.org
Subject: Re: bin/124084: find -execdir does not prepend ./ to filenames, causing
problems for certain files.
Date: Fri, 30 May 2008 16:42:41 +0200
as a workaround you can do:
find . -type f -exec rm {} \; (for example).
--
/"\ Best regards, | remko at FreeBSD.org
\ / Remko Lodder | remko at EFnet
X http://www.evilcoder.org/ |
/ \ ASCII Ribbon Campaign | Against HTML Mail and News
More information about the freebsd-bugs
mailing list