bash - find file with "find" just giving one result -
I try to find a file using the command, but in fact I do not see what I'm doing :
Find -Name "Rand *" So I want to search with the current directory in all the subdirectories, and the name is not exactly specified but by Rand To start,
well find gives me only one hit, after which it is only counting Closes, something else happens, and I'm sure you hit more than one for this search. So really do not know how to change the command, I get all hits
Comments
Post a Comment