Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 BASH 中编译了一个需要命令行参数的 C 程序。但是,对于我的一生,我不记得如何在启动时指定它们。这么琐碎的问题。
例如我正在运行程序:
./myprogram.exe(myargument)
但这显然行不通...
像这样:
program arg1 arg2 arg3 "arg4 containing spaces"