[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua as replacement for Bash scripting
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 20 Jul 2010 09:04:40 -0300
> sh. gcc { o = file } (file..'.c") .I. grep 'error' .I. sort .out
The closest thing to a pipe symbol is the division operator:
sh. gcc { o = file } (file..'.c") / grep 'error' / sort .out
It has the right (ie, left!) associativity.
- References:
- Re: Lua as replacement for Bash scripting, Hisham
- Re: Lua as replacement for Bash scripting, Alexander Gladysh
- Re: Lua as replacement for Bash scripting, Hisham
- Re: Lua as replacement for Bash scripting, Alexander Gladysh
- Re: Lua as replacement for Bash scripting, Alexander Gladysh
- Re: Lua as replacement for Bash scripting, Alexander Gladysh
- Re: Lua as replacement for Bash scripting, Alexander Gladysh
- Re: Lua as replacement for Bash scripting, Alexander Gladysh
- Re: Lua as replacement for Bash scripting, Hisham
- Re: Lua as replacement for Bash scripting, Alexander Gladysh