logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

       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.

Examples

       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

Exit Status

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

Name

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

Options

       parrot_md5 has no options.

See Also

CooperativeComputingToolsDocumentationParrotUserManualparrot_run(1)parrot_cp(1)parrot_getacl(1)parrot_setacl(1)parrot_mkalloc(1)parrot_lsalloc(1)parrot_locate(1)parrot_timeout(1)parrot_whoami(1)parrot_mount(1)parrot_md5(1)parrot_pack‐age_create(1)parrot_package_run(1)chroot_package_run(1)

CCTools 7.14.5 FINAL                                                                               parrot_md5(1)

Synopsis

       parrot_md5 <path>

See Also