Peter Brigham MD <pmb...@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 :-) _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode