Reading the referers of this website, I found that someone reached it querying a search engine for
using AWK to find zero length files
AWK is a great tool but IMHO that is not its job.
I would have used a simple
find -size 0b
Reading the referers of this website, I found that someone reached it querying a search engine for
using AWK to find zero length files
AWK is a great tool but IMHO that is not its job.
I would have used a simple
find -size 0b