Sometimes I'm editing a file and I need some part of the results of executing some program:
[myMachine] > ~/somePath/someProgram someArgument | tee /somePlace
In How do I run a C program from VIM? they tell us:
:!~/somePath/someProgram someArgument | tee /somePlace
And it works.
Top comments (0)