Skip to content

Instantly share code, notes, and snippets.

@andriidemus
Created September 29, 2013 13:19
Show Gist options
  • Select an option

  • Save andriidemus/6752476 to your computer and use it in GitHub Desktop.

Select an option

Save andriidemus/6752476 to your computer and use it in GitHub Desktop.
create etags file for php code
find dir/with/php/files -name "*.php" -print | etags --regex="/[ \t]*const.*=/" --regex="/[ \t]*p.*function.*(/" --regex="/abstract class.*/" -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment