I have been searching (find . -name "file") on a Linux OS and want to filter out the many many lines in the search results that end in "permission denied". As the permission denied text is not part of the search string itself, I do not have a way of excluding it from the search output. However removing it would make finding exactly what I want faster.I have been searching (find . -name "file") on