mirror of https://github.com/cheat/cheat.git
Made a minor typographical correction to the 'find' cheatsheet
This commit is contained in:
parent
ad66169acc
commit
6bfdcd8f0f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue