📌  相关文章
📜  bash "-c" 标志 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:40.138000             🧑  作者: Mango

代码示例1
-c string If the -c option is present, then commands are read from string.
If there are arguments after the string, they are assigned to the positional parameters, starting with $0.