how do I write "(a; b) >file" in scsh?
Wolfgang Hukriede <[email protected]> Tue, 14 Feb 2006 15:38:00 +0000 (UTC)
| Newsgroups | gmane.lisp.scheme.scsh |
|---|---|
| Message-ID | <[email protected]> |
Here's a very simply question: how do I write "(a; b) >file" in scsh? I came up with (run (begin (run (a)) (run (b))) (> file)) but this looks a bit ridiculous, right? Many thanks!