Download List

Projeto Descrição

check is a simple commandline utility to calculate CRC-32 or Adler-32 checksums on the fly (that is, as a filter within a command pipeline), or to calculate such checksums on a list of files given as arguments. It is fast and was designed to be used for verification of backups and archives written to semi-reliable media (e.g., tapes), but it can also be used to compare files against versions stored within ZIP archives (same CRC) or to verify one-to-many copies without the need for multiple byte-for-byte comparisons.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-02-15 01:49
4.3

Esta versão adiciona várias melhorias, a mais importante das quais é a capacidade de ligação contra o CRC-32 no código zlib 1.2.1 ou posterior. Isto resulta em uma velocidade impressionante melhora de 80% sobre o código de verificação do CRC nativa, que é basicamente o mesmo como aquele encontrado em versões antigas do zlib. Esta versão também otimiza o tamanho do buffer CRC e adiciona uma opção-t para imprimir a data ea hora antes e depois de cada arquivo (útil para estimar o tempo de realização de backups de arquivos gigabytes e DVD).
Tags: Major feature enhancements
This release adds several enhancements, the most important of which is
the ability to link against the CRC-32 code in zlib 1.2.1 and later.
This results in an impressive 80% speed improvement over check's native
CRC code, which is basically the same as that found in older versions
of zlib. This release also optimizes the CRC buffer size and adds a -t
option to print the time and date before and after each file (useful
for estimating the completion time of multigigabyte backups and DVD
archives).

2004-01-01 00:53
4.2

Verificação de erro para os ficheiros ilegíveis foi corrigido (devido a disco / erros de disco ou permissões insuficientes). O comportamento de erros foi alterado para continuar com o próximo arquivo (se houver). Um resumo final do número total de erros foi adicionado.
Tags: Minor bugfixes
Error checking for unreadable files has been fixed (whether due to disk/disc errors or insufficient permissions). The behavior on errors has been changed to continue with the next file (if any). A final summary of the total number of errors has been added.

2003-02-24 17:17
4.1

Esta versão melhora a opção-análise para apoiar a concatenação (por exemplo, "ACV" bem como "-a-c-v") e corrige uma omissão da informação de uso.
Tags: Initial freshmeat announcement
This version improves option-parsing to support concatenation (e.g., "-acv" as well as "-a -c -v") and corrects an omission in the usage info.

Project Resources