Skip to content

Instantly share code, notes, and snippets.

@m4xp1
Last active July 24, 2018 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m4xp1/004815d03b485d5c674e922fffaf32e0 to your computer and use it in GitHub Desktop.
Save m4xp1/004815d03b485d5c674e922fffaf32e0 to your computer and use it in GitHub Desktop.
Различные полезные консольные команды.
Подсчет колличества строк в файлах: find . -name *.kt -exec wc -l {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment