get *.file's crc
create crc:
$ for i in ls *.dmp
; do cksum $i > $i.crc; done;
check:
$ for i in ls *.dmp
; do cksum $i | diff - $i.crc ; done;
Written by KOIZUMI teruaki
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Related Tags
#shell
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#