Open stevan opened 11 years ago
@prakashk implemented the qx// operator, and for the time being it delegates to system, this is not 100% right, we need to tweak this to capture output and return it.
qx//
system
Addressed in pull request #124.
@prakashk implemented the
qx//
operator, and for the time being it delegates tosystem
, this is not 100% right, we need to tweak this to capture output and return it.