RevOnline: New version of Shell Command Help
Medard
liste.revo at medard.on-rev.com
Sat Jan 8 13:31:50 EST 2011
Phil Davis <revdev at pdslabs.net> wrote:
> put shell("man " & tCommand & " | col -b") into fld 1
<?rev
put shell("man ls | col -b") into tman
put tman into url "file:manls.txt"
put "Done!!"
?>
You are a Command Line God!
:-)
the obtained file is perfect!
NB: it is possible to write directly tman to the navigator window, but
as it eats spaces, the result is somewhat indigestible...
More information about the use-livecode
mailing list