find does not find a file even though it is in the searched directory
Does anyone know the solution to the problem up there? I was trying to execute a specific docker command inside wsl, that same command returned an error saying that the specified file could not be found. I decided to use the find command to check if the file was there and notice that the file is found sooner after the same execution of find says that the file was not found. How is this possible ???