mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-16 00:48:28 +01:00
aa70c5a446
Add a new `empty`/`e` type to search for empty files and/or directories. To search for both empty files and directories, use one of the following: fd --type empty fd -te fd --type empty --type file --type directory To search for empty files, use fd --type empty --type file fd -te -tf To search for empty directories, use fd --type empty --type directory fd -te -td closes #273 |
||
---|---|---|
.. | ||
testenv | ||
tests.rs |