[regex-coach] Howto run regex-coach on Linux (Kubuntu distro,)?
Edi Weitz
edi at agharta.de
Wed Feb 15 21:34:53 UTC 2006
On Wed, 15 Feb 2006 16:05:09 +0100, "Bob Leers" <bleers at 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.
More information about the regex-coach
mailing list