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.
我有一个受源代码控制的解决方案文件,我想将其扩展到另一个解决方案,其中包含比原始项目更多的项目。但是,我希望每次更新源时都对原始解决方案进行更改以影响我的扩展解决方案。
这可能吗?
我想使用以下方法将命令插入交互式环境:
bc <<END 1+1 quit END
该示例的输出是 ' 2',它在键入 后出现END。假设我想抑制这个输出。因此,在输入 END 后,我不希望出现任何输出。我怎么能做到这一点?
2
END