added path for -empty option

waldyrious/alt-syntax
Cvetomird91 2015-12-31 00:19:33 +02:00
parent a7909ab6e6
commit 63f2f129a4
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@
`find {{root_path}} -name {{'*.py'}} -mtime {{-180d}} -delete` `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 - find files matching more than one search criteria