yeah, this is the command, thanks.
Now, I have other question.
When I want to know in which directory is located the files that starts with php I use the following command:
example: by DOS command I use "C:\dir php*.* /s" this command list the files that starts with "php" and their directories.
now, what is the equivalent in bash command in linux?