From 3dbaf5a17f003257d43ad10293fa7f13ae4d9cb3 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Sun, 1 Sep 2013 21:13:35 -0400 Subject: [PATCH] Fixed a minor typo in the grep cheatsheet. --- cheatsheets/grep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cheatsheets/grep b/cheatsheets/grep index e6333d0..70fa3de 100644 --- a/cheatsheets/grep +++ b/cheatsheets/grep @@ -1,5 +1,5 @@ -# Basic +# Basic: grep pattern file -# Recursively grep for string in folder/ +# Recursively grep for string in folder: grep -R pattern folder