mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 10:08:30 +02:00
Cheatsheets added
- apk: Alpine Linux package manager - gcc: GNU C Compiler - grep: Pattern matcher in files or pipes - vim: Vi IMproved
This commit is contained in:
6
cheatsheets/grep
Normal file
6
cheatsheets/grep
Normal file
@ -0,0 +1,6 @@
|
||||
# Basic
|
||||
grep pattern file
|
||||
|
||||
# Advanced
|
||||
grep -R pattern folder
|
||||
cat file | grep pattern
|
Reference in New Issue
Block a user