MD5文件自动上传脚本,包含注释 脚本片段: #查看oldfiles.log日志是否存在 then md5=`md5sum wendang/${filename[$i]}|awk '{print $1}'` #取出对应行文件的唯一标识MD5值 cat oldfiles.log|grep "$md5" >/dev/null #查看日志中是否有相同的MD5值