Hi, I download and untarred the regex-coach for Linux. I'm on a Kubuntu (KDE for Ubuntu => based on Debian core) box.
But I'm not able to run the executable. Please could anybody provide me some suggestions?
On Tue, 14 Feb 2006 18:46:39 +0100, Bob Leers bleers@fastmail.com wrote:
But I'm not able to run the executable.
That's a pretty meaningless description. Could you be more specific? What happens if you try to run it?
Thanks, Edi.
I don't know how to run the regex-coach exec under Linux. Howto run it, which command?
Is it like: $ sh regex-coach? or $ exec regex-coach ?
On Wed, 15 Feb 2006 02:57:43 +0100, "Edi Weitz" edi@agharta.de said:
On Tue, 14 Feb 2006 18:46:39 +0100, Bob Leers bleers@fastmail.com wrote:
But I'm not able to run the executable.
That's a pretty meaningless description. Could you be more specific? What happens if you try to run it?
Thanks, Edi.
Bob Leers e-mail: bleers@fastmail.fm tel: 06-54395478
On Wed, 15 Feb 2006 16:05:09 +0100, "Bob Leers" bleers@fastmail.fm wrote:
I don't know how to run the regex-coach exec under Linux. Howto run it, which command?
Is it like: $ sh regex-coach? or $ exec regex-coach ?
The command is "regex-coach" - you just have to make sure that it's on your PATH or that you specify a full path when you call it. It's like any other binary executable on Linux.
For example:
cd /tmp/ tar xzf regex-coach.tgz cd regex-coach ./regex-coach
Cheers, Edi.