This website requires JavaScript.
Explore
Help
Sign in
echosystem
/
cheat
Watch
1
Star
0
Fork
You've already forked cheat
0
mirror of
https://github.com/cheat/cheat.git
synced
2024-11-16 17:08:29 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
2592e8face
cheat
/
cheatsheets
/
grep
6 lines
101 B
Text
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
Reference in a new issue
Copy permalink