I am searching for text occurrences in all files like this:
ag 'search term' /
However, searching the entire filesystem gives a lot of ERR: Permission denied errors which is fine. Is there a way (a param or whatever) to force the silver searcher to not output any errors and just display actual findings, if any?
I am searching for text occurrences in all files like this:
ag 'search term' /
However, searching the entire filesystem gives a lot of
ERR: Permission denied
errors which is fine. Is there a way (a param or whatever) to force the silver searcher to not output any errors and just display actual findings, if any?If not, perhaps something to add to the backlog?
Thanks.