通过本文主要向大家介绍了shell脚本读取文件,shell脚本创建文件,shell脚本删除文件,shell脚本文件,shell脚本写文件等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
if [ "$1" == "" ] || [ "$2" == "" ];then
echo "use like this: $0 filea fileb"
else
{
_diffab $1 $2
_diffab $2 $1
}
fi
</div>
if [ "$1" == "" ] || [ "$2" == "" ];then
echo "use like this: $0 filea fileb"
else
{
_diffab $1 $2
_diffab $2 $1
}
fi
</div>