Download List

프로젝트 설명

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

이 릴리스에는 몇 가지 향상된 기능이 가장 중요한 추가 기능에 대한 CRC를 연결 - 32 코드 zlib을 1.2.1에 저장됩니다. 이는 기본적으로 동일한 검사의 기본 CRC를 코드에 인상적인 80 %의 속도 향상이 결과를 로 zlib을 이전 버전에서 발견된. 이 릴리스에는 또한 CRC가 버퍼 크기를 최적화하고 - t 옵션 전에 각 파일의 후 시간과 날짜 추가 인쇄 (multigigabyte 백업 및 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

읽을 수없는 파일에 대한 오류 검사 (디스크로 인해 여부 / 디스크 오류 또는 사용 권한이 충분)가 수정되었습니다. 오류에 대한 문제는 다음 파일을 계속하도록 변경되었습니다 (해당되는 경우). 오류의 총 숫자의 최종 요약이 추가되었습니다.
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

이 버전은 옵션을 향상 - 연결을 지원하는 구문 분석 ( "예 : acv"뿐만 아니라 "- - c 옵션 - v를")와 이용 정보의 누락 수정합니다.
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