mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 07:35:42 +02:00
Formatted find page
This commit is contained in:
parent
38068377be
commit
0ba869a5fc
1 changed files with 3 additions and 3 deletions
|
@ -26,10 +26,10 @@
|
|||
|
||||
`find {{root_path}} -name {{'*.py'}} -mtime {{-180d}} -delete`
|
||||
|
||||
- find empty files or directories
|
||||
- Find empty files or directories:
|
||||
|
||||
`find {{root_path}} -empty`
|
||||
|
||||
- find files matching more than one search criteria
|
||||
- Find files matching more than one search criteria:
|
||||
|
||||
`find {{root_path}} -name {{'*.py'}} -or -name {{'*.rb'}}
|
||||
`find {{root_path}} -name {{'*.py'}} -or -name {{'*.r}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue