linux-tutorial/codes/shell/README.md

13 lines
443 B
Markdown
Raw Normal View History

2019-10-29 18:22:19 +08:00
# Shell 脚本大全
> **Shell 脚本大全** 精心收集、整理了 Linux 环境下的常见 Shell 脚本操作片段。
>
> 当您面临以下问题时,**Shell 脚本大全** 也许可以给你一些借鉴:
>
> - 你想要执行某个操作,却不知 Shell 命令如何写
> - 你想要快速掌握 Shell 基本用法
2019-12-30 16:30:18 +08:00
## 参考资料
- [pure-bash-bible](https://github.com/dylanaraps/pure-bash-bible#change-a-string-to-lowercase)