Sujet : Re: VMS x86-64 database server
De : arne (at) *nospam* vajhoej.dk (Arne Vajhøj)
Groupes : comp.os.vmsDate : 10. Jul 2025, 20:50:32
Autres entêtes
Organisation : SunSITE.dk - Supporting Open source
Message-ID : <68701986$0$690$14726298@news.sunsite.dk>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
User-Agent : Mozilla Thunderbird
On 7/9/2025 3:55 PM, hb0815 wrote:
For linking with a single shareable, there is also a one-liner like:
$ pipe write sys$output "s/share" | link m,sys$pipe/opt
Clever.
But not a style I would recommend.
When I read it then I wondered why you used SYS$PIPE and
not SYS$INPUT.
They can be different but I don't think they are in this case.
Arne