shell 常用技巧 Posted on 2018-04-22 | Edited on 2019-07-22 | In shell 记录些 shell 的使用技巧。 输出颜色控制123RED='\033[0;31m'NC='\033[0m'echo "${RED}hello world!${NC}"