共找到1篇关于主题:shell 的文章

shell script

2019-01-0212分钟阅读

背景 因为之前一直在 windows系统上,shell很少接触。但是最近切换到了macos, 发现不熟悉shell做事没有效率。故只能学习一下。 这是我从 devhints复制的 shell 学习资料, 用作记录。 shell里面 基本 必须出现在每一个shell脚本之前 Variables 定义变量 String quotes 字符串 Shell execution 字符串中引用变量 See Command substitution Conditional…