DOKK / manpages / debian 10 / coop-computing-tools / parrot_md5.1.en
parrot_md5(1) Cooperative Computing Tools parrot_md5(1)

parrot_md5 - returns the MD5 checksum of a file, generated on the remote system if possible.

parrot_md5 <path>

parrot_md5 returns the MD5 checksum of the file stored at <path>. If possible it calls a native function of the remote system to get the checksum, without requiring the transfer of the file's contents to the user's machine. If the filesystem does not support the checksum function internally, it is computed by the user-level program in the normal fashion.

parrot_md5 has no options.

On success, returns zero. On failure, returns non-zero.

To retrieve the MD5 checksum of a file stored on a chirp server:

% parrot_run parrot_md5 /chirp/server.nd.edu/joe/data
	d41d8cd98f00b204e9800998ecf8427e data

The Cooperative Computing Tools are Copyright (C) 2003-2004 Douglas Thain and Copyright (C) 2005-2015 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details.

CCTools 7.0.9 FINAL