mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 17:08:29 +01:00
84b5df508b
- apk: Alpine Linux package manager - gcc: GNU C Compiler - grep: Pattern matcher in files or pipes - vim: Vi IMproved
6 lines
85 B
Text
6 lines
85 B
Text
# Basic
|
|
grep pattern file
|
|
|
|
# Advanced
|
|
grep -R pattern folder
|
|
cat file | grep pattern
|