Linux CLI - Searching and Finding
You want to find files named
config.json but your command find . -name config.json returns no results, even though the file exists. What is the problem?