mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:53:59 +02:00
added path for -empty option
This commit is contained in:
parent
a7909ab6e6
commit
63f2f129a4
1 changed files with 2 additions and 2 deletions
|
@ -26,9 +26,9 @@
|
|||
|
||||
`find {{root_path}} -name {{'*.py'}} -mtime {{-180d}} -delete`
|
||||
|
||||
- find empty files
|
||||
- find empty files or directories
|
||||
|
||||
`find -empty`
|
||||
`find {{root_path}} -empty`
|
||||
|
||||
- find files matching more than one search criteria
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue