shell基础内容 一个查找脚本的命令 find /home/pf -type f -name "*bag*.sh" 模板 #!/bin/bash echo "All commands executed successfully......" 命令行窗口彩色日志输出 #!/bin/bash RED='\033[0;31m' GREEN=