http://kx.com/q/e/json.k problem

downloaded  ** http://kx.com/q/e/json.k**

but ran into this problem

$ q f json.k

KDB+ 3.1 2014.07.01 Copyright (C) 1993-2014 Kx Systems

m32/ 4()core 4096MB agoyal dn51b17j.sunet 10.21.132.243 NONEXPIRE  

Welcome to kdb+ 32bit edition

For support please see http://groups.google.com/d/forum/personal-kdbplus

Tutorials can be found at http://code.kx.com/wiki/Tutorials

To exit, type \

To remove this startup msg, edit q.q

k){if[$[1>@d:!f:-1!x;1;.d~*d];:.[$[qt d;*|:f;.];();:;d:. f]];d@:&~d like"*$";p:(d=par.txt)|d like"[0-9]*";

 ."\cd “,$x;f .q.set’{$[0h>@!x:-1!x;. x;x`]}'f:d@&~(d=`html)|p|s:”.“in’$d;if[|/p;L d@&p];if[~`.=x;(.”\l ",$:)'d@&s&~p];}

'f: No such file or directory

.:

`:f

q.Q))\

$  q f json.k

What’s the intention f in your command line?

I was trying to load json.k as per http://code.kx.com/wiki/Reference/Cmdline

The command line has the form:

q [f] [-b] [-c r c] [-C r c] [-e 0|1] [-g 0|1] [-l] [-L][-o N] [-p N] [-P N] [-q] [-r :H:P] [-s N] [-t N] [-T N] [-u|U F] [-w N] [-W N] [-z 0|1]

f
this is either the script to load (*.q, *.k, *.s), or a file or directory

On Sunday, July 13, 2014 12:10:47 AM UTC-7, manish patel wrote:

$  q f json.k

What’s the intention f in your command line?

f there is the file/dir you’re loading into q, not a literal f