Hello,

> On my busybox 1.25.1 setup, 'man' and 'less' are conspiring to mangle
> terminal control commands, like this for 'PAGER=less man bash':

Does this help?

  PAGER='less -R' man bash

Or this one?

  export LESS=-R
  PAGER=less man bash

HTH,

Xabier Oneca_,,_
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to