From: Cyrille Lefevre on
Sven Mascheck a écrit :
> Janis Papanagnou wrote:
>> Sven Mascheck wrote:
>
>>> ksh88, too.
>> csh, too. So what?
>
> It's just different, local topics. Here: what shells
> concerning standard or portability know that feature.
>
> Na paranoia, please :)


Hi,

modern shells are : bash (3.2 at least) and ksh93 :-)

Regards,

Cyrille Lefevre.
--
mailto:Cyrille.Lefevre-news%nospam(a)laposte.net.invalid
supprimer "%nospam% et ".invalid" pour me repondre.

From: Stephane CHAZELAS on
2010-02-18, 04:28(+01), Cyrille Lefevre:
[...]
> modern shells are : bash (3.2 at least) and ksh93 :-)
[...]

If we're talking of <<<, that syntax comes from Plan9's rc and
was first brought to the Bourne shell world by zsh, and then
copied by ksh and then bash.

From ksh93 change log:

02-03-26 --- Release ksh93m+ ---
[...]
02-01-07 Added here documents of the form <<< word (as per zsh)
which is equivalent to << delim\nword\ndelim.

--
St�phane