1
0
Fork 0
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:
Cvetomird91 2015-12-31 00:19:33 +02:00
parent a7909ab6e6
commit 63f2f129a4

View file

@ -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