lesstty - Man Page

execute a program redirecting its output to a color-capable pager

Synopsis

lesstty command [ args... ]

Description

lesstty runs a program that ordinarily behaves differently when its output is redirected, and sends it output to less -R for viewing.

This is merely a shorthand for pipetty command | less -R that passes errors from command.

See Also

pipetty(1), less(1).

Info

2017-10-09