Use Find-command to filter out files with specific pattern to terminal [duplicate]
Clash Royale CLAN TAG #URR8PPP 0 This question already has an answer here: How do I remove “permission denied” printout statements from the find program? 3 answers I want to show all files with the name "index.php" in a specific area of my machine. For this I wrote this code-line: -find /iu/cuve/u3 -name "index.php" I want it to only show the lines witch include "index.php" in it, but this command shows a bunch of other lines witch does not include "index.php". Many of them ends with "Permission denied", maybe thats why I can't see the "index.php" part of the line. I tried to add a -exec grep command to it, but didn't get the results I'm looking for. linux grep find share | improve this question asked Feb 1 at 14:03 Magnarok Magnarok 1 marked as duplicate by steeldriver, Kusalananda linux Users with the linux badge can single-handedly close linux questions as...