Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] bash and grep and diff
- Date: Tue, 10 Aug 2010 22:23:12 +0900
- From: "Stephen J. Turnbull" <stephen@example.com>
- Subject: Re: [tlug] bash and grep and diff
- References: <4C6137CE.2080100@example.com> <20100810135841.05409294.attila@example.com>
Attila Kinali writes: > Please note that <() is a bashism and doesnt necessarily work on > other shells. It's an advanced-shell-ism. It works in zsh (I think it originated there). It won't work in (d)ash etc. and may not work in advanced shells when they are invoked as sh. Note that in zsh it always works, up to the inherent limitations of open fds and pipes; if /dev/fd isn't available, it will use a named pipe, and if named pipes aren't available, a temporary file will be used. Use of a temporary file (if you suspect the called program wants to seek) can be forced with the "=(seeker)" form. (Of course that's what the OP wants to avoid, but occasionally it can be useful.) Just one reason why zsh is preferred by 9 out of 10 net-gods.
- References:
- [tlug] bash and grep and diff
- From: Darren Cook
- Re: [tlug] bash and grep and diff
- From: Attila Kinali
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] bash and grep and diff
- Next by Date: Re: [tlug] New programming revision site - by a TLUG'er
- Previous by thread: Re: [tlug] bash and grep and diff
- Next by thread: Re: [tlug] bash and grep and diff
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links