leesea

  • Home

  • reading

  • Tags

  • Categories

  • Archives

  • About

  • Search

shell 常用技巧

Posted on 2018-04-22 | Edited on 2019-07-22 | In shell

记录些 shell 的使用技巧。

输出颜色控制

1
2
3
RED='\033[0;31m'
NC='\033[0m'
echo "${RED}hello world!${NC}"
# shell
go http 使用
python 迭代器和生成器
  • Table of Contents
  • Overview

leesea

85 posts
16 categories
27 tags
RSS
  1. 1. 输出颜色控制
© 2020 leesea
Powered by Hexo v3.7.1
|
Theme – NexT.Mist v6.4.1