Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 1999 23:17:18 -0400
From:      bill@twwells.com (T. William Wells)
To:        freebsd-questions@freebsd.org
Subject:   Re: cksum problem
Message-ID:  <7lugp6$ro3$1@twwells.com>
References:  <Pine.BSF.3.96.990707125759.1411A-100000@garfield>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <Pine.BSF.3.96.990707125759.1411A-100000@garfield>,
Brendan Kosowski  <brendan@bmk.com.au> wrote:
: I noticed that the cksum command does not have a recursive switch ( ie.
: -R ).
:
: How would I do a checksum on all files ( including files in subdir's ) in
: a filesystem ?

find . -type f | xargs cksum


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7lugp6$ro3$1>