Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Feb 2011 14:56:05 -0600
From:      Martin McCormick <martin@dc.cis.okstate.edu>
To:        freebsd-questions@freebsd.org
Subject:   Using Multiple -prune directives in a find command
Message-ID:  <201102072056.p17Ku5Da097335@x.it.okstate.edu>

next in thread | raw e-mail | index | archive | help
	Can one use the -prune directive multiple times in a
find command to specify a list of directories not to descend?

	It would be like

find . -name "*" -prune dir1 -prune dir2 -print

or whatever you wanted find to do, but that does not work or I
wouldn't be asking. Find appears to get confused and thinks dir1
is a command.

Thanks for your help.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102072056.p17Ku5Da097335>