Skip to content

Instantly share code, notes, and snippets.

@schevgeny
Created July 20, 2022 09:39
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 schevgeny/6adb2b21254278e8f9f2c764e4609d15 to your computer and use it in GitHub Desktop.
Save schevgeny/6adb2b21254278e8f9f2c764e4609d15 to your computer and use it in GitHub Desktop.
console commands
поиск файлов по содержащимуся тексту
grep -rnw '/путь/к/папке/с/файлами' -e "шаблон"
чтение фала
cat /home/john/RESULTS.txt - маленький
less /home/john/RESULTS.txt - большой
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment