From 6bfdcd8f0fa7d50b8f7f4a8677dfdbd96f1aca21 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Sun, 1 Sep 2013 13:17:44 -0400 Subject: [PATCH] Made a minor typographical correction to the 'find' cheatsheet --- cheatsheets/find | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheets/find b/cheatsheets/find index 91d4e86..a506327 100644 --- a/cheatsheets/find +++ b/cheatsheets/find @@ -1,4 +1,4 @@ -# To find files by cas insensitive extension (ex: .jpg, .JPG, .jpG): +# To find files by case-insensitive extension (ex: .jpg, .JPG, .jpG): find . -iname "*.jpg" # To find directories: