看看为所有类型的项目出现的魔术安装程序(例如对于rvm),你总会看到如下命令:
\curl ... | bash
例如
\curl -L https://get.rvm.io | bash -s stable
我想知道为什么这些命令以斜线开头 - 它们似乎在没有它的情况下运行良好.
有什么建议?
bash shell
如何在Linux平台上使用C计算目录中的文件数.
c linux file
bash ×1
c ×1
file ×1
linux ×1
shell ×1