Gordon Messmer wrote:
On 02/03/2016 10:11 AM, m.roth@5-cent.us wrote:
find . -type d ! -name logs -prune
That will prune all of the directories whose name is not "logs", starting with "."
So... not terribly useful.
Right, but a) I think I tried using prune 20 years ago... and b) I thought the o/p wanted to not deal with any directory whose name was logs. leaving off prune would get everything, which is perhaps a bit more useful.
mark