摘要:
shell脚本内容为: 点击查看代码 ``` #!/bin/bash export LANG=en_US.UTF-8 export NLS_LANG="AMERICAN_AMERICA.AL32UTF8" source /etc/profile source /root/.bash_profile 阅读全文
摘要:
采集容器日志的shell脚本内容为: 点击查看代码 ``` #!/bin/bash export LANG=zh_CN.gb18030 . ~/.bash_profile #日志放置目录 log_path=/aa/bb/cc/dd/ee todaydate=$(date +%Y%m%d) nowda 阅读全文