[TriLUG] md5sum question
Owen Berry
oberry at trilug.org
Fri Nov 7 10:55:20 EST 2008
Original location:
find development -type f -name "*.jpg" | xargs -r -n1 md5sum > files.md5
New location:
md5sum -c files.md5
Does this quailfy as a script? It's pretty simple. :-)
Owen
On Thu, Nov 6, 2008 at 4:28 PM, Jason Watts <jsnonzzr at gmail.com> wrote:
> I have a folder with a bunch of folders in it that contain about 100gig's
> worth of files. I just moved these from one system to another and wanted to
> check integrity.
>
> Is there a simple way of doing this without going though every folder and
> creating individual .md5's? Simple meaning no scripting.
>
> Thanks,
>
> Jason
More information about the TriLUG
mailing list