file .q_history

https://learninghub.kx.com/forums/topic/file-q_history

Hi kx community,

I have a gateway + loadbalancer design where there are qservants lauched as system "q"(in a wrapper). It runs into trouble due to permsission issue on ~/.q_history. Is there a way of configuring this file or other solution to avoid this?


Thanks,

Alex

.q_history is created by rlwrap (readline wrapper) Unix utility. The file will not be touched if you remove the call to it. I suspect that your q executable is an alias to "rlwrap q"