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.