raner wrote:
>
> Is there a way to configure bash to echo back each character that was sent
> to it's stdin?
>
All right, I spent quite some time with this problem, so I thought I share
what I've found out and answer my own question. First of all, I should
probabl
Paul Jarc wrote:
>
> raner <[EMAIL PROTECTED]> wrote:
>> The completion seems to work, but I do not receive the completed filename
>> from the shell's stdout.
>
> It's written to stderr, not stdout.
>
Thanks for your reply, Paul. I'm reading
Hi all,
I am trying to integrate bash with a Java application, i.e. bash is started
as a process and the Java application sends data to the process's stdin and
reads data from stdout/stderr. This works reasonably well, but I am having a
problem with completion, e.g. the user pressing TAB to compl