From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <19579c32de0be369d78e701d4fafa1c6@9srv.net> To: 9fans@9fans.net Date: Wed, 29 Oct 2008 09:30:48 -0400 From: a@9srv.net MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] Odd awk system() behavior on 9vx Topicbox-Message-UUID: 2a636120-ead4-11e9-9d60-3106f5b1d025 The following snippet works properly on native Plan 9 (and unix). On 9vx, however: :; awk '{system("echo "$0" | cat")}' words sh: cat: cannot execute - Access denied sh: cat: cannot execute - Access denied Errors repeat until I kill the thing (or, presumably, words is out of lines, but I won't wait that long). Putting anything else in cat's place, like sum, gives the same results. Of course, cat (or whatever) works fine on its own. Any idea what's going on?