主要工具: Linux, Python, SQL
for i in `ls log.*`; do mv -f $i `echo $i | sed -e 's/log/source/g'`; done
Post a Comment
No comments:
Post a Comment