Made a minor typographical correction to the 'find' cheatsheet

This commit is contained in:
Chris Lane 2013-09-01 13:17:44 -04:00
parent ad66169acc
commit 6bfdcd8f0f
1 changed files with 1 additions and 1 deletions

View File

@ -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: