2018-08-20shell笔记
12345
➜ ~ str=hello ➜ ~ echo ${#str}5➜ ~ expr length $str5
阅读更多
2018-08-12git
git diff fileName
2018-08-08
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.