Anyone know how to make updatedb ignore 'hidden' paths? This isn't any kind of security issue; I just want updates to be faster. I've tried using the -n and -e flags with '.*' to no avail.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
You can define directories that should be omitted in
So change the following line in
to:
should work just fine ;-) |
|||
|
|