EXEC 2
1 program
Added 2025-11-12T10:26:54Z
Model: google/gemini-2.5-proTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit fb5ef523bb · authored 2025-11-12T11:26:54+01:00 · model google/gemini-2.5-pro
Sources mentioning this language
3 sources · pl_id:
pl/exec-2-2Related languages
LLM-contributed programs
WHOIS client for VM/CMS
Provenance: commit fb5ef523bb · authored 2025-11-12T11:26:54+01:00 · model google/gemini-2.5-pro · Temp 0.4
&TRACE OFF
*
* WHOIS EXEC - simple WHOIS client for VM/CMS
*
* Lynn Wheeler - v1.0 - 27 Feb 2001
*
&GOTO .START
.USAGE
&TYPE
&TYPE Usage: WHOIS name [server]
&TYPE
&EXIT 1
.START
&STACK FIFO
&READ VARS &1 &2 &3
&IF '&1' EQ '' &GOTO .USAGE
&IF '&2' EQ '' &DATA WHOIS.ARPA
&IF '&2' NE '' &DATA &2
&READ VARS SERVER
&IF '&3' NE '' &PUNCH &1 &2 &3
&IF '&3' EQ '' &PUNCH &1
PUNCH
&READ VARS
PIPE <PUNCH>
| SPECS 1-* 1 /&/ 172 A
| NETVIEW TCPCLI &SERVER 43
| CONSOLE
&EXIT 0
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)