RE: Unix login name and full name into output?

Subject: RE: Unix login name and full name into output?
From: Avi Kivity <Avi@xxxxxxxxxxxxx>
Date: Fri, 13 Aug 1999 21:47:10 +0300
Perhaps a (system cmd-string) external procedure would solve this and many
other related problems.

(car (system "echo hello, universe"))  => 0 ;return code
(cdr (system "echo hello, universe"))  => "hello, universe\n" ;stdout

Should be trivial to implement. Of course, it is up to the user to ensure
that no side effects occur.

With 1.3 supporting -Dvar=value, perhaps it's not necessary. (system)
certainly introduces potential portability problems for stylesheets.
---
"The only words which have meaning are the last ones spoken"



 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread