Created
August 3, 2017 08:51
-
-
Save alastorid/cec6d49037d82861d5bb1da96cfcd2dc to your computer and use it in GitHub Desktop.
updatedb skip junk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#updatedb run so long? | |
#it's a good idea to skip .cache and .mozilla folders | |
sudo sed -i '/PRUNENAMES/ s/"\(.*\)"/".cache .mozilla .git .hg .svn"/' /etc/updatedb.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment