mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
find: add directory search
This commit is contained in:
parent
66d069a09f
commit
8ef91a1e71
@ -33,3 +33,7 @@
|
||||
- Find files matching a given pattern, while excluding specific paths:
|
||||
|
||||
`find {{root_path}} -name '{{*.py}}' -not -path '{{*/site-packages/*}}'`
|
||||
|
||||
- Find directories matching name:
|
||||
|
||||
`find {{root_path}} -type d -name 'httpdocs'`
|
||||
|
Loading…
Reference in New Issue
Block a user