コマンドオプションサンプル:find -empty

コマンドサンプルを検索した結果です。

find -empty -type -f    Vim tips: The basics of search and replace | Linux.com | The source for Linux information : http://www.linux.com/learn/10-tips-using-gnu-find
find -empty option prints both empty files and directories. If you just want to print files than use -type f option and -type d for listing empty directories. its quite flexible. You can also use grep command along with ls    How to delete empty files directories in Unix Linux Server : http://javarevisited.blogspot.com/2012/08/delete-empty-files-directories-unix.html
find -empty prints the empty directories and files    bash - Finding empty directories UNIX - Stack Overflow : http://stackoverflow.com/questions/2810838/finding-empty-directories-unix
find -empty    超超初心者向けLinuxコマンド一覧 | SRIA BLOG – 宮城県仙台市のWEBシステム開発・スマホアプリ開発 : http://www.sria.co.jp/blog/2014/09/super-beginner-linux-commands-list/