Skip to content

Instantly share code, notes, and snippets.

@andreoss
Created April 8, 2021 01:40
Show Gist options
  • Save andreoss/b118ad0bb7aeee7909484d4eb260fd4f to your computer and use it in GitHub Desktop.
Save andreoss/b118ad0bb7aeee7909484d4eb260fd4f to your computer and use it in GitHub Desktop.
Java doc clean up
find src -name '*.java' -exec perl -i -nE 'print unless /[@](version|author)/' {} \+
find src -name '*.java' -exec perl -i -007 -pE 's{^/[*][*]}{/*}' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment