Thread View: comp.lang.icon
1 messages
1 total messages
Started by goer%sophist@GAR
Wed, 06 Jan 1988 22:47
shell script vs. icon pipes
Author: goer%sophist@GAR
Date: Wed, 06 Jan 1988 22:47
Date: Wed, 06 Jan 1988 22:47
13 lines
333 bytes
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