Re: [dev] Re: Maintaining sbase

From: Calvin Morrison <mutantturkey_AT_gmail.com>
Date: Fri, 28 Jun 2013 22:28:35 -0400

On 28 June 2013 21:51, Fernando C.V. <ferkiwi_AT_gmail.com> wrote:
>>> It's for people that don't know how to use FIFOs/process substitution
>>> properly ;-)
>>>
>>
>> should suffice:
>>
>> cat file | tee >(sort -u > sorted) >(sort -R > unsorted)
>>
>
> That's a bashism, not POSIX. Not much better than using pee
>
> --
> Fernando Carmona Varo
>

and who said that POSIX is the only way? frankly I find a shell that
supports decent pipe managment to be a suckless thing, but something
that sucks. It turks into suck when you need a utility to do what your
shell should be doing.
Received on Sat Jun 29 2013 - 04:28:35 CEST

This archive was generated by hypermail 2.3.0 : Sat Jun 29 2013 - 04:36:06 CEST