大连Linux/Unix高端就业、认证培训的领导者。
分类: LINUX
2013-03-18 10:16:36
shirendelove2013-03-18 21:04:57
shirendelove:if ! [ $tmp -eq 0 ]
then
if [ $tmp -gt 0 ]
then
echo -e "\033[33m $name is increase
第一次运行记录文件信息
第二次运行可比对文件变化
第一个参数 为要统计的目录
第二个参数为 记录文件的存放目录
新手写程序。。。大神不要喷
王逍
shirendelove2013-03-18 20:58:34
shirendelove:#!/bin/bash
if ! [ $# -eq 2 ]
then
echo "The arg's count is wrong!"
exit -1
fi
cd $1;src=`pwd`;cd - > /dev/null
cd $2;des=`pwd`;cd - > /dev/null
filename=Checkfile.tmp
###### begin check #######
if ! [
if ! [ $tmp -eq 0 ]
then
if [ $tmp -gt 0 ]
then
echo -e "\033[33m $name is increase
shirendelove2013-03-18 20:58:15
#!/bin/bash
if ! [ $# -eq 2 ]
then
echo "The arg's count is wrong!"
exit -1
fi
cd $1;src=`pwd`;cd - > /dev/null
cd $2;des=`pwd`;cd - > /dev/null
filename=Checkfile.tmp
###### begin check #######
if ! [