Re: [personal kdb+] Calling external program from q

scall appears to include the time as well as date. Does t2.py expect that?

A tip (for bash users) when you don’t have access to stderr on the remote console, wrap the cmd to capture the error:

q)system"asdf >/tmp/log1 2>&1;cat /tmp/log1"
“sh: asdf: command not found”