Commit Graph

3 Commits

Author SHA1 Message Date
Chris Lane 3dbaf5a17f Fixed a minor typo in the grep cheatsheet. 2013-09-01 21:13:35 -04:00
adelviscio 2592e8face 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 16:00:18 -04:00
Sam Dodrill 84b5df508b Cheatsheets added
- apk: Alpine Linux package manager
 - gcc: GNU C Compiler
 - grep: Pattern matcher in files or pipes
 - vim: Vi IMproved
2013-08-28 10:05:46 -07:00