buffer in command window
since we cannot redirect output to an output file for an arbitrary external tool command, is there a limit on the size of the information displayed in the command output window? for example if i run a program, it outputs 10MB of data to the output window .. will it be truncated? i will need to save it once done
2 条评论
排序方式
日期
投票数
You can redirect the output. Simply put "bash" or "cmd" as the command to be executed (depending on the OS you're using), and put the command to run together with the redirection argument in the "Parameters" window.
That makes sense thank you ..
请先登录再写评论。