假设我想./program用字符串参数运行
./program
而不是./program string每次都输入 ,我怎么能在./program <file>哪里做<file>一个包含字符串的文件?
./program string
./program <file>
<file>
谢谢
linux
linux ×1