shell-like pipelines in lua
[
Date Prev][
Date Next][
Thread Prev][Thread Next]
[
Date Index]
[
Thread Index]
- Subject: shell-like pipelines in lua
- From: Norman Ramsey <nr@...>
- Date: 1997年7月28日 16:26:20 -0400 (EDT)
Lua's builtins include something like the ANSI C system() call for
executing another function. Has anybody extended this to make
it possible to build and execute pipelines? I would be especially interested
if such support used real pipelines on Unix and faked it on DOS using
whatever the approved mechanism is (temporary files?).
Norman