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

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -