======Command xmd5sum====== ====xmd5sum==== **xmd5sum** List files in a directory ====Synopsis==== xmd5sum [ [[SerializationOptions serialization options]] ] [file ...] ====Options==== Supports the standard [ [[SerializationOptions serialization options]] ] ====Description==== Calculates the md5 checksum of each file and outputs the file and length. If any argument is a directory, then it is recursed and all contents are also summed. Example: %% cd $XMLSH/samples/data xmd5sum *.xml %% Results %% %% ====Return Value==== Returns 0 if the directory exists and is read successfully, otherwise 1. ---- [[Commands]] [[CategoryCommands]]