Tagged Questions

0
votes
5answers
484 views

grep - search for “<?\n” at start of a file

I have a hunch that I should probably be using ack or egrep instead, but what should I use to basically look for <? at the start of a file? I'm trying to find all files that contain the php ...