1
0
mirror of https://github.com/cheat/cheat.git synced 2025-06-23 07:28:35 +02:00
2013-09-01 21:13:35 -04:00

6 lines
102 B
Plaintext

# Basic:
grep pattern file
# Recursively grep for string <pattern> in folder:
grep -R pattern folder