This website requires JavaScript.
Explore
Help
Sign In
Git
/
cheat
mirror of
https://github.com/cheat/cheat.git
Watch
1
Star
0
Fork
You've already forked cheat
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a2ed76db3f
cheat
/
cheatsheets
/
grep
6 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Cheatsheets added - apk: Alpine Linux package manager - gcc: GNU C Compiler - grep: Pattern matcher in files or pipes - vim: Vi IMproved
2013-08-28 19:05:46 +02:00
# Basic
grep pattern file
Removed duplicate example, updated description of another example. Removed cat file | grep pattern as cat file is unnecessary. The command becomes 'grep pattern file' again - which is the same as the first example. Updated #Advanced description to be more descriptive.
2013-09-01 22:00:18 +02:00
# Recursively grep for string <pattern> in folder/
Cheatsheets added - apk: Alpine Linux package manager - gcc: GNU C Compiler - grep: Pattern matcher in files or pipes - vim: Vi IMproved
2013-08-28 19:05:46 +02:00
grep -R pattern folder