General Topics

IntegrityCheckerJava

DiskTester

MemoryTester

IntegrityChecker

dgl

Tips and How-To

Troubleshooting

IntegrityChecker java (icj): 'status' command

The status command necessarily does not perform hashing. It uses existing information to summarize the state of files and folders, including:

Any number and combination of volumes or folders can be specified in a single invocation.

Please see tip for the update command, which performs deeper analysis of files that have been moved or renamed.

Command line usage

icj status [<path>]*

Examples

Lines starting with "#" are comments.

# Status for current directory
icj status

# Status for three named folders
icj status Folder1 Folder2 Folder3

 

# Status for volume or folder Photos in current directory
icj status Photos

 

# Get status for all files in Documents folder of user home directory:
icj status ~/Documents

Previous page: icj clean
Next page: icj empty