mirror of
https://github.com/cheat/cheat.git
synced 2025-11-05 08:15:27 +01: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