lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sun, Dec 12, 2010 at 10:43 PM, Alexander Gladysh <agladysh@gmail.com> wrote:
> On Mon, Dec 13, 2010 at 03:25, Patrick Donnelly <batrick@batbytes.com> wrote:
>> In bash:
>
>> lua <(echo 'code') arg1 arg2 ...
>
> Wow! It passes my stdin test! How? o_O

http://www.gnu.org/software/bash/manual/bashref.html#Process-Substitution

-- 
- Patrick Donnelly