您在脚本中使用
$1,
$2例如
date1="$1"date2="$2"sed "s/$date1/$date2/g" wlacd_stat.xml >temp.xml ;mv temp.xml wlacd_stat.xml #Semicolon can also replaced with a newline

您在脚本中使用
$1,
$2例如
date1="$1"date2="$2"sed "s/$date1/$date2/g" wlacd_stat.xml >temp.xml ;mv temp.xml wlacd_stat.xml #Semicolon can also replaced with a newline