mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 10:45:05 +01:00
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
Block a user