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

matlab - error with cyclic autocorrelation function -

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

c# - What is a good .Net RefEdit control to use with ExcelDna? -