IntegrityChecker java (icj): 'empty' command
The empty command shows empty files. An 'update' should be done first, as it is implemented as a variant of the dupes command.
Version 3: deprecated, will be removed in future release, use icj info instead.
Command line usage
icj empty [<path>]*
Like all commands, this one is recursive, cleaning the entire folder hierarchy.
If no path is specified, the current working directory is used.
Examples
Lines starting with "#" are comments.
# Show empty files in current working directory
icj empty
# Show empty files on volume Master (or folder Master within current directory):
icj empty Master
# Show empty files on all mounted volumes (macOS path):
icj empty /Volumes/*
# Show empty files in the Library folder in your home directory
icj empty ~/Library
Copyright © 2022 diglloyd Inc, all rights reserved