Category Archives: One-liners

[BASH] Quickly deleting empty files in a directory.

I thought up of the following BASH one-liner half an hour ago to remove lots of empty or zero byte files from a directory. I have prettified the presentation of the one-liner below, but you may safely pull all the lines together into a single line and use it on BASH. Do note [...]