How do I use "find" to ignore a given path?
for example I want to find recursively starting at "/" directory but I
want to ignore "/dev" and "/proc"... I think I have to use "prune"
option for this but I couldn't get it right...
Please help!!
Ben
find / -path /proc -prune -o
Rinaldi
--
Moral standards are absolute; but human fidelity to them is always
relative. -Joseph Sobran