mirror of https://github.com/CrimsonTome/tldr.git
added path for -empty option
parent
a7909ab6e6
commit
63f2f129a4
|
@ -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…
Reference in New Issue