1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 09:15:31 +02:00

dir -> directory

This commit is contained in:
Juan Leñero 2017-10-22 21:40:39 -05:00 committed by GitHub
parent 8708fcbee3
commit ff4ea8adc6

View file

@ -2,7 +2,7 @@
> A simple, fast and user-friendly alternative to find.
- Find files under current dir that match a pattern:
- Find files under current directory that match a pattern:
`fd {{pattern}}`
@ -14,7 +14,7 @@
`fd --extension {{.ext}} {{pattern}}`
- Find files under a specific dir:
- Find files under a specific directory:
`fd {{pattern}} {{path/to/dir}}`