🚀 go-pugleaf

RetroBBS NetNews Server

Inspired by RockSolid Light RIP Retro Guy

1 total messages Started by goer%sophist@GAR Wed, 06 Jan 1988 22:47
shell script vs. icon pipes
#16
Author: goer%sophist@GAR
Date: Wed, 06 Jan 1988 22:47
13 lines
333 bytes

In response to a posting (which I have - unfortunately - rm'ed), try:

procedure main()
    local output, com
    com := "echo \'this is a message\' | (sleep 15; cat)"
    output := open(com,"rp") | stop("Try again :-)")
    write(!output)
end

This also works fine.  You could, of course, do com := arg[1] || "| (sleep
15; cat)".
Thread Navigation

This is a paginated view of messages in the thread with full content displayed inline.

Messages are displayed in chronological order, with the original post highlighted in green.

Use pagination controls to navigate through all messages in large threads.

Back to All Threads