标签:
原创作品,允许转载,转载时请务必以超链接形式标明文章 、作者信息和本声明。否则将追究法律责任。
for file_name in $history_dir/*
do
then
sed -i "s/$time/$date_time/g" $file_name
done
<div sans="" serif',="" tahoma,="" verdana,="" helvetica;="" font-size:="" 12px;="" line-height:="" 18px;="" "="" style="padding: 0px; margin: 5px 0px;"> 替换前日志格式如下: #1353398866
ls /root/
#1353398881
history -w
替换后日志格式如下:
2012-11-20 16:07:46
ls /root/
2012-11-20 16:08:01
history -w