Remix.run Logo
veltas a day ago

That's what I really meant by saying a parameter, it should be an option/flag that's given explicitly at invocation, or just a different program name.

kps a day ago | parent [-]

Just go for `--json-output=filename` rather than playing games.

8n4vidtmkvmk 18 hours ago | parent [-]

Why filename? It doesn't need to know how to write files. That's what Greater than is for. Do --output=json

kps 11 hours ago | parent [-]

It seemed that the author wants to write JSON in addition to regular output.

8n4vidtmkvmk an hour ago | parent [-]

Oh.. ya ok I guess you need to specify where to direct each output then. Kind of a weird use case. If it's not slow to process, you can usually just call the program twice.