Re: Lua for shell scripting / MH scripts
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua for shell scripting / MH scripts
- From: Petite Abeille <petite.abeille@...>
- Date: 2014年2月12日 19:56:06 +0100
On Feb 12, 2014, at 7:46 PM, otahler@gmx.ca wrote:
> Is Lua good enough to be used for (simple) shell scripting?
Yes.
> Is there anyone who is already using Lua for such purpose?
Yes. Anything from mining svn logs to curl’ing JIRAs, to full email stack processing with reformail & mess822, to database management with sqlplus, etc, etc…
io.popen is your friend :)