Displaying 1 result from an estimated 1 matches for "a200bf9d".
2007 Nov 02
4
help with script
I am doing a md5sum to verify nightly transfer of files between servers and want to email
the results to support.
Everything works fine except reading the contents of the check file into mail.
Any suggestions or help would be much appreciated.
#!/bin/bash
cd /bak
md5sum -b `date '+%m-%d-%y'`.tgz > `date '+%m-%d-%y'`.ver
diff -s `date '+%m-%d-%y'`.md5 `date