bash - Grep filename with unknown name -


using ubuntu linux want find file filename unknown.

all know filename verify..something , has .php extension.

i try grep verify /home/myuser did not find

try current directory if name starts verify , ends .php:

find . -iname 'verify*.php' 

Comments

Popular posts from this blog

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -