mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-16 17:15:24 +02:00
find: add directory search
This commit is contained in:
parent
66d069a09f
commit
8ef91a1e71
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue