有什么关于 Mac 上 shell 脚本的推荐资源吗?
有人想让我为他的 Mac 编写一些 shell 脚本。我什至不在 Linux 上编写脚本,而且我什至不确定 Mac 上会出现什么 shell。有哪些适合启动 Mac shell 脚本编写的好资源?或者您能想到的任何可行的替代方案 - 只要它不需要第三方软件。
Somebody wants me to shell script something for his Mac. I don't even script on my Linux, and I'm not even sure what shell to expect on a Mac. What are some good resources for starting Mac shell scripting? Or any viable alternatives you can think of - as long as it doesn't require 3rd party software.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://developer.apple.com/internet/opensource/opensourcescripting.html
http://developer.apple.com/internet/opensource/opensourcescripting.html
Mac 上的 shell 与 Linux 上的 shell 相同;默认安装 bash、tcsh、ksh 和 zsh。
The shells on the Mac are the same ones you'd find on Linux; bash, tcsh, ksh, and zsh are installed by default.