Command option Sample:find -empty

Search command sample in the internet.It is the result.

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