Skip to content

Instantly share code, notes, and snippets.

@Ranieeery
Created May 27, 2025 14:49
Show Gist options
  • Save Ranieeery/39fbc04ad4a07940730e5e99e5bb517a to your computer and use it in GitHub Desktop.
Save Ranieeery/39fbc04ad4a07940730e5e99e5bb517a to your computer and use it in GitHub Desktop.
cd "e:\Projects\folder\src\test\java" && Get-ChildItem -Recurse -Filter "*.java" | Select-String "@Test" | Measure-Object | Select-Object -ExpandProperty Count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment