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
Post a Comment