RevOnline: New version of Shell Command Help

Medard liste.revo at medard.on-rev.com
Sat Jan 8 13:44:36 EST 2011


Peter Brigham MD <pmbrig at gmail.com> wrote:

> "To  get a plain text version of a man page, without backspaces and  
> underscores, try
>        # man foo | col -b > foo.mantxt"

on the server:

<?rev
put shell("man ls | col -b > tman.txt")
put "Done!!"
?>

works great also, almost a one-liner ;-)

<?rev put shell("man ls | col -b > tman.txt") ?>

works also :-)




More information about the use-livecode mailing list